From: Shlomo Pongratz Date: Wed, 22 Jan 2014 13:23:29 +0000 (+0200) Subject: net/udp_offload: Handle static checker complaints X-Git-Tag: v3.14-rc1~94^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d0cd8ed5d315a1f2e9dec54920b73b9b30147b;p=pandora-kernel.git net/udp_offload: Handle static checker complaints Fixed few issues around using __rcu prefix and rcu_assign_pointer, also fixed a warning print to use ntohs(port) and not htons(port). net/ipv4/udp_offload.c:112:9: error: incompatible types in comparison expression (different address spaces) net/ipv4/udp_offload.c:113:9: error: incompatible types in comparison expression (different address spaces) net/ipv4/udp_offload.c:176:19: error: incompatible types in comparison expression (different address spaces) Signed-off-by: Shlomo Pongratz Signed-off-by: Or Gerlitz Signed-off-by: David S. Miller --- Reading git-diff-tree failed