diff options
author | Shlomo Pongratz <shlomop@mellanox.com> | 2014-01-22 15:23:29 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-23 12:59:08 -0800 |
commit | a1d0cd8ed5d315a1f2e9dec54920b73b9b30147b (patch) | |
tree | d5be1b3ce26cb7e83b82c021641c5e8303640d8b /net/core/dev_addr_lists.c | |
parent | 3ad88cf70af79e6f19c4f89dd85453ba4fdf425e (diff) |
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 <shlomop@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/dev_addr_lists.c')
0 files changed, 0 insertions, 0 deletions