aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2007-07-18 21:44:21 -0400
committerYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2007-07-18 21:44:21 -0400
commita5d292646ebf2ee51086f59899a377c85e5d50b2 (patch)
treefdd7fbe7742a5d3aa4ffe5166b4672e56e01d63b /net
parent9c681b43fae1e402e39d157feaa5df454b9e4f1f (diff)
[NET] NETFILTER: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net')
-rw-r--r--net/netfilter/nf_conntrack_standalone.c2
-rw-r--r--net/netfilter/nf_log.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/netfilter/nf_conntrack_standalone.c b/net/netfilter/nf_conntrack_standalone.c
index ffb6ff8c3528..f752293940f9 100644
--- a/net/netfilter/nf_conntrack_standalone.c
+++ b/net/netfilter/nf_conntrack_standalone.c
@@ -181,7 +181,7 @@ static int ct_seq_show(struct seq_file *s, void *v)
181 181
182 if (seq_printf(s, "use=%u\n", atomic_read(&conntrack->ct_general.use))) 182 if (seq_printf(s, "use=%u\n", atomic_read(&conntrack->ct_general.use)))
183 return -ENOSPC; 183 return -ENOSPC;
184 184
185 return 0; 185 return 0;
186} 186}
187 187
diff --git a/net/netfilter/nf_log.c b/net/netfilter/nf_log.c
index 94985792b79a..d67c4fbf6031 100644
--- a/net/netfilter/nf_log.c
+++ b/net/netfilter/nf_log.c
@@ -9,7 +9,7 @@
9 9
10#include "nf_internals.h" 10#include "nf_internals.h"
11 11
12/* Internal logging interface, which relies on the real 12/* Internal logging interface, which relies on the real
13 LOG target modules */ 13 LOG target modules */
14 14
15#define NF_LOG_PREFIXLEN 128 15#define NF_LOG_PREFIXLEN 128