From: Harvey Harrison Date: Thu, 20 Nov 2008 09:54:27 +0000 (-0800) Subject: net: ip_sockglue.c add static, annotate ports' endianness X-Git-Tag: v2.6.29-rc1~581^2~634 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d1a161f6b1fff154e3614a6b5a2111fa7a4191;p=pandora-kernel.git net: ip_sockglue.c add static, annotate ports' endianness Fixes sparse warnings: net/ipv4/ip_sockglue.c:146:15: warning: incorrect type in assignment (different base types) net/ipv4/ip_sockglue.c:146:15: expected restricted __be16 [assigned] [usertype] sin_port net/ipv4/ip_sockglue.c:146:15: got unsigned short [unsigned] [short] [usertype] net/ipv4/ip_sockglue.c:130:6: warning: symbol 'ip_cmsg_recv_dstaddr' was not declared. Should it be static? Signed-off-by: Harvey Harrison Signed-off-by: David S. Miller --- Reading git-diff-tree failed