[TCP]: tcp_write_timeout.c cleanup
authorEric Dumazet <dada1@cosmosbay.com>
Fri, 21 Dec 2007 09:50:43 +0000 (01:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:59:58 +0000 (14:59 -0800)
Before submiting a patch to change a divide to a right shift, I felt
necessary to create a helper function tcp_mtu_probing() to reduce length of
lines exceeding 100 chars in tcp_write_timeout().

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_timer.c

Simple merge