netfilter: Remove uses of seq_<foo> return values
authorJoe Perches <joe@perches.com>
Mon, 16 Mar 2015 18:25:17 +0000 (11:25 -0700)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 18 Mar 2015 09:51:35 +0000 (10:51 +0100)
commit1ca9e41770cba46dcc7c2a9c6ac28350ed866695
tree6551da6c3f5dfac06aeee74bedbf29ebf204094d
parente4bb9bcbfb7d67431dfd49860f62770a7f40193b
netfilter: Remove uses of seq_<foo> return values

The seq_printf/seq_puts/seq_putc return values, because they
are frequently misused, will eventually be converted to void.

See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to
     seq_has_overflowed() and make public")

Miscellanea:

o realign arguments

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4_compat.c
net/netfilter/nf_conntrack_acct.c
net/netfilter/nf_conntrack_expect.c
net/netfilter/nfnetlink_log.c