tcp: fix a size_t < 0 comparison in tcp_read_sock
authorOctavian Purdila <opurdila@ixiacom.com>
Thu, 3 Jul 2008 10:31:21 +0000 (03:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jul 2008 10:31:21 +0000 (03:31 -0700)
<used> should be of type int (not size_t) since recv_actor can return
negative values and it is also used in a < 0 comparison.

Signed-off-by: Octavian Purdila <opurdila@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found