commit | 30d3d83a7dcef7a26c5c48e548bdd6a76754cbcd | [log] [tgz] |
---|---|---|
author | Lance Richardson <lrichard@redhat.com> | Wed Jan 06 17:22:45 2016 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 08 21:30:43 2016 -0500 |
tree | 61e55315684ce363d2bb7c2f20281709bbedc696 | |
parent | 9b59377b756670d9516e72276b6c4efa92137b5f [diff] |
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>