Commit a5d29264 authored by YOSHIFUJI Hideaki's avatar YOSHIFUJI Hideaki

[NET] NETFILTER: Fix whitespace errors.

Signed-off-by: default avatarYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
parent 9c681b43
...@@ -181,7 +181,7 @@ static int ct_seq_show(struct seq_file *s, void *v) ...@@ -181,7 +181,7 @@ static int ct_seq_show(struct seq_file *s, void *v)
if (seq_printf(s, "use=%u\n", atomic_read(&conntrack->ct_general.use))) if (seq_printf(s, "use=%u\n", atomic_read(&conntrack->ct_general.use)))
return -ENOSPC; return -ENOSPC;
return 0; return 0;
} }
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "nf_internals.h" #include "nf_internals.h"
/* Internal logging interface, which relies on the real /* Internal logging interface, which relies on the real
LOG target modules */ LOG target modules */
#define NF_LOG_PREFIXLEN 128 #define NF_LOG_PREFIXLEN 128
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment