git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61eb900
)
tcp: Remove 2 indentation levels in tcp_rcv_state_process
author
Joe Perches
<joe@perches.com>
Fri, 24 May 2013 18:06:58 +0000
(18:06 +0000)
committer
David 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