[NET]: Fix comparisons of unsigned < 0.
authorBill Nottingham <notting@redhat.com>
Fri, 1 Jun 2007 04:33:35 +0000 (21:33 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 4 Jun 2007 01:08:47 +0000 (18:08 -0700)
commit75202e76893c11ce7f8bcc9a07f994d71e3d5113
tree71d9e0aaabb6b3904c477f8ee253484245e38d49
parent60468d5b5b6931b4d4d704e26b5f17a6e476e6f8
[NET]: Fix comparisons of unsigned < 0.

Recent gcc versions emit warnings when unsigned variables are
compared < 0 or >= 0.

Signed-off-by: Bill Nottingham <notting@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan.c
net/dccp/probe.c
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c
net/sched/act_pedit.c
net/sctp/debug.c
net/sctp/sm_statetable.c
net/wanrouter/wanmain.c