commit | 5692d7ea4183b8dd5a49d73d6a4436aa22929b7b | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Mon Mar 21 17:39:18 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 21 13:30:02 2016 -0400 |
tree | 6bb984ea0f48325d72a53b7de1e8698aa73eb7e5 | |
parent | ed49e650371008b0e00c8004cc2ca93055740f78 [diff] |
vxlan: fix sparse warnings Sparse reports false positives for the header manipulation inlines. Annotate them correctly. Tested by sparse on a little endian and big endian machine. Fixes: 54bfd872bf16d ("vxlan: keep flags and vni in network byte order") Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>