From: Stephen Hemminger Date: Thu, 31 Jan 2008 12:07:29 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack: sparse warnings X-Git-Tag: v2.6.25-rc1~1089^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96eb24d770381b8a257b26183f6b6c131ad51ab9;p=pandora-kernel.git [NETFILTER]: nf_conntrack: sparse warnings 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 Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed