[NET] NETFILTER: Fix whitespace errors.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
This commit is contained in:
YOSHIFUJI Hideaki 2007-07-19 10:44:21 +09:00
parent 9c681b43fa
commit a5d292646e
2 changed files with 2 additions and 2 deletions

View File

@ -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)))
return -ENOSPC;
return 0;
}

View File

@ -9,7 +9,7 @@
#include "nf_internals.h"
/* Internal logging interface, which relies on the real
/* Internal logging interface, which relies on the real
LOG target modules */
#define NF_LOG_PREFIXLEN 128