From: stephen hemminger Date: Wed, 10 Oct 2012 08:27:25 +0000 (+0000) Subject: ipv4: fix route mark sparse warning X-Git-Tag: v3.7-rc1~25^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68aaed54e7682aef261d5c2cf99e85a9dbf33a84;p=pandora-kernel.git ipv4: fix route mark sparse warning Sparse complains about RTA_MARK which is should be host order according to include file and usage in iproute. net/ipv4/route.c:2223:46: warning: incorrect type in argument 3 (different base types) net/ipv4/route.c:2223:46: expected restricted __be32 [usertype] value net/ipv4/route.c:2223:46: got unsigned int [unsigned] [usertype] flowic_mark Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed