[NETFILTER]: nf_conntrack: sparse warnings
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 31 Jan 2008 12:07:29 +0000 (04:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:27:44 +0000 (19:27 -0800)
The hashtable size is really unsigned so sparse complains when you pass
a signed integer.  Change all uses to make it consistent.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found