From: Changli Gao Date: Mon, 2 Aug 2010 15:20:54 +0000 (+0200) Subject: netfilter: nf_nat: make unique_tuple return void X-Git-Tag: v2.6.36-rc1~571^2~46^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f43dc98b3be36551143e3bbaf1bb3067835c24f4;p=pandora-kernel.git netfilter: nf_nat: make unique_tuple return void The only user of unique_tuple() get_unique_tuple() doesn't care about the return value of unique_tuple(), so make unique_tuple() return void (nothing). Signed-off-by: Changli Gao Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed