tcp: tcp_try_coalesce returns a boolean
authorEric Dumazet <edumazet@google.com>
Mon, 23 Apr 2012 17:34:36 +0000 (17:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Apr 2012 03:36:58 +0000 (23:36 -0400)
commit783c175f902b1ae011f12de45770e7912638ea1a
tree7da5c4b2280c15b4d54e13ed95c1351a14800018
parentd7ccf7c0a0585a126109a4b7c2a309184bfa4cba
tcp: tcp_try_coalesce returns a boolean

This clarifies code intention, as suggested by David.

Suggested-by: David Miller <davem@davemloft.net>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c