]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: tcp_write_xmit() tabbing cleanup
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:19:06 +0000 (15:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:19:06 +0000 (15:19 -0700)
commit5a56eb08658b3dc601e82452de98b05668422d72
tree7632352e63b1a414844c02c929c95cf20121653e
parent9e1a950d91b86058f7c4f98b59762d29d45899b2
[TCP]: tcp_write_xmit() tabbing cleanup

Put the main basic block of work at the top-level of
tabbing, and mark the TCP_CLOSE test with unlikely().

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c