Re: [PATCH 3/5] NET: Treat the sign of the result of skb_headroom() consistently

2007-10-23 Thread David Miller
From: Chuck Lever <[EMAIL PROTECTED]> Date: Tue, 23 Oct 2007 11:44:23 -0400 > 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 Leve

[PATCH 3/5] NET: Treat the sign of the result of skb_headroom() consistently

2007-10-23 Thread Chuck Lever
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 <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> --- include/linux/skbuff.h |4 +