[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)
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

Simple merge