From: Hannes Eder Date: Thu, 5 Nov 2009 14:51:19 +0000 (+0100) Subject: netfilter: nf_nat_helper: tidy up adjust_tcp_sequence X-Git-Tag: v2.6.33-rc1~388^2~18^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76ac894080019c6619d3c3bf615db42a43a77f32;p=pandora-kernel.git netfilter: nf_nat_helper: tidy up adjust_tcp_sequence The variable 'other_way' gets initialized but is not read afterwards, so remove it. Pass the right arguments to a pr_debug call. While being at tidy up a bit and it fix this checkpatch warning: WARNING: suspect code indent for conditional statements Signed-off-by: Hannes Eder Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed