[NET]: Treat the sign of the result of skb_headroom() consistently
authorChuck Lever <chuck.lever@oracle.com>
Wed, 24 Oct 2007 04:07:32 +0000 (21:07 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 24 Oct 2007 04:27:55 +0000 (21:27 -0700)
In some places, the result of skb_headroom() is compared to an unsigned
integer, and in others, the result is compared to a signed integer.  Make
the comparisons consistent and correct.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found