From: Steven Rostedt (Red Hat) Date: Mon, 27 Oct 2014 20:02:47 +0000 (-0400) Subject: netfilter: Remove return values for print_conntrack callbacks X-Git-Tag: omap-for-v3.19/fixes-rc1~143^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37246a583715e2258d7c5cfecbd9fff0f9fa4b5d;p=pandora-kernel.git netfilter: Remove return values for print_conntrack callbacks The seq_printf() and friends are having their return values removed. The print_conntrack() returns the result of seq_printf(), which is meaningless when seq_printf() returns void. Might as well remove the return values of print_conntrack() as well. Link: http://lkml.kernel.org/r/20141029220107.465008329@goodmis.org Acked-by: Pablo Neira Ayuso Cc: Patrick McHardy Cc: Jozsef Kadlecsik Cc: netfilter-devel@vger.kernel.org Cc: coreteam@netfilter.org Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed