* [PATCH] iptables: extensions: Add blank line after declarations.
@ 2017-03-29 23:45 Arushi Singhal
0 siblings, 0 replies; only message in thread
From: Arushi Singhal @ 2017-03-29 23:45 UTC (permalink / raw)
To: netfilter-devel; +Cc: outreachy-kernel
Add blank line after declaration as reported by checkpatch.pl.
Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
extensions/libip6t_mh.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/extensions/libip6t_mh.c b/extensions/libip6t_mh.c
index f4c0fd9..ee17182 100644
--- a/extensions/libip6t_mh.c
+++ b/extensions/libip6t_mh.c
@@ -49,6 +49,7 @@ static const struct mh_name mh_names[] = {
static void print_types_all(void)
{
unsigned int i;
+
printf("Valid MH types:");
for (i = 0; i < ARRAY_SIZE(mh_names); ++i) {
--
2.11.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-29 23:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-29 23:45 [PATCH] iptables: extensions: Add blank line after declarations Arushi Singhal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).