ipv4: fix endianness warnings in ip_tunnel_core.c
authorLance Richardson <lrichard@redhat.com>
Wed, 6 Jan 2016 22:22:45 +0000 (17:22 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Jan 2016 02:30:43 +0000 (21:30 -0500)
commit30d3d83a7dcef7a26c5c48e548bdd6a76754cbcd
tree61e55315684ce363d2bb7c2f20281709bbedc696
parent9b59377b756670d9516e72276b6c4efa92137b5f
ipv4: fix endianness warnings in ip_tunnel_core.c

Eliminate endianness mismatch warnings (reported by sparse) in this file by
using appropriate nla_put_*()/nla_get_*() calls.

Signed-off-by: Lance Richardson <lrichard@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_tunnel_core.c