commit | c48b22daa6062fff9eded311b4d6974c29b40487 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri May 24 18:06:58 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat May 25 23:22:18 2013 -0700 |
tree | fd7517d8aeaee3efd87cdc28c83b7519f852b1a6 | |
parent | 61eb900352ff731d990d5415ce9f04e4af6a6136 [diff] |
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>