From: Chuck Lever Date: Wed, 24 Oct 2007 04:07:32 +0000 (-0700) Subject: [NET]: Treat the sign of the result of skb_headroom() consistently X-Git-Tag: v2.6.24-rc2~139^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2636b4d9e8ab8d16b9e2bf0f0744bb8418d4026;p=pandora-kernel.git [NET]: Treat the sign of the result of skb_headroom() consistently 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed