netfilter: nf_nat_helper: tidy up adjust_tcp_sequence
authorHannes Eder <heder@google.com>
Thu, 5 Nov 2009 14:51:19 +0000 (15:51 +0100)
committerPatrick McHardy <kaber@trash.net>
Thu, 5 Nov 2009 14:51:19 +0000 (15:51 +0100)
commit76ac894080019c6619d3c3bf615db42a43a77f32
treee9c3870d04ec592c922e9de6d302616bd01167e6
parent5ae27aa2b16478a84d833ab4065798e752941c5a
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 <heder@google.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv4/netfilter/nf_nat_helper.c