From: Joe Perches Date: Mon, 29 Sep 2014 23:08:22 +0000 (-0700) Subject: netfilter: Convert print_tuple functions to return void X-Git-Tag: omap-for-v3.20/drop-legacy-3517~140^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=824f1fbee7bbbd850cdb62d3f95143fad4719e20;p=pandora-kernel.git netfilter: Convert print_tuple functions to return void Since adding a new function to seq_file (seq_has_overflowed()) there isn't any value for functions called from seq_show to return anything. Remove the int returns of the various print_tuple/_print_tuple functions. Link: http://lkml.kernel.org/p/f2e8cf8df433a197daa62cbaf124c900c708edc7.1412031505.git.joe@perches.com Cc: Pablo Neira Ayuso Cc: Patrick McHardy Cc: Jozsef Kadlecsik Cc: netfilter-devel@vger.kernel.org Cc: coreteam@netfilter.org Signed-off-by: Joe Perches Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed