Skip to content

Commit

Permalink
[NET] NETFILTER: Fix whitespace errors.
Browse files Browse the repository at this point in the history
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
  • Loading branch information
YOSHIFUJI Hideaki committed Jul 19, 2007
1 parent 9c681b4 commit a5d2926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/netfilter/nf_conntrack_standalone.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion net/netfilter/nf_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5d2926

Please sign in to comment.