tcp: Remove 2 indentation levels in tcp_rcv_state_process
commitc48b22daa6062fff9eded311b4d6974c29b40487
authorJoe Perches <joe@perches.com>
Fri, 24 May 2013 18:06:58 +0000 (24 18:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 May 2013 06:22:18 +0000 (25 23:22 -0700)
treefd7517d8aeaee3efd87cdc28c83b7519f852b1a6
parent61eb900352ff731d990d5415ce9f04e4af6a6136
tcp: Remove 2 indentation levels in tcp_rcv_state_process

case TCP_FIN_WAIT1 can also be simplified by reversing tests
and adding breaks;

Add braces after case and move automatic definitions.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c