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

No differences found