[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 <chuck.lever@oracle.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/skbuff.h 2 additions, 2 deletionsinclude/linux/skbuff.h
- net/ipv4/ip_gre.c 1 addition, 1 deletionnet/ipv4/ip_gre.c
- net/ipv4/ip_output.c 1 addition, 1 deletionnet/ipv4/ip_output.c
- net/ipv4/ipip.c 1 addition, 1 deletionnet/ipv4/ipip.c
- net/ipv4/ipvs/ip_vs_xmit.c 1 addition, 1 deletionnet/ipv4/ipvs/ip_vs_xmit.c
- net/ipv4/tcp_input.c 1 addition, 1 deletionnet/ipv4/tcp_input.c
- net/ipv6/ip6_output.c 1 addition, 1 deletionnet/ipv6/ip6_output.c
- net/ipv6/ip6_tunnel.c 1 addition, 1 deletionnet/ipv6/ip6_tunnel.c
- net/ipv6/sit.c 1 addition, 1 deletionnet/ipv6/sit.c
Loading
Please register or sign in to comment