tcp: '< 0' test on unsigned
authorRoel Kluin <roel.kluin@gmail.com>
Fri, 13 Mar 2009 23:05:14 +0000 (16:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Mar 2009 23:05:14 +0000 (16:05 -0700)
commita2025b8b1039e5abaa38319b2eaab3b17867479a
tree563c6542ad52663144a71485e4286483b5c3b23a
parent8db09f26f912f7c90c764806e804b558da520d4f
tcp: '< 0' test on unsigned

promote 'cnt' to size_t, to match 'len'.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_probe.c