[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)
commit92df7b518dcb113de8bc2494e3cd275ad887f12b
tree7632352e63b1a414844c02c929c95cf20121653e
parenta762a9800752f05fa8768bb0ac35d0e7f1bcfe7f
[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