aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/vxlan.h
diff options
context:
space:
mode:
authorWilliam Tu <u9012063@gmail.com>2018-01-02 14:05:19 -0800
committerDavid S. Miller <davem@davemloft.net>2018-01-03 11:33:37 -0500
commitf1c8d3720f2e6c8c2b209120678236debd0360e5 (patch)
treedd8b41aa64132b1ac581087bd173e58e8d5a23a6 /include/net/vxlan.h
parentsctp: fix error path in sctp_stream_init (diff)
downloadlinux-dev-f1c8d3720f2e6c8c2b209120678236debd0360e5.tar.xz
linux-dev-f1c8d3720f2e6c8c2b209120678236debd0360e5.zip
vxlan: trivial indenting fix.
Fix indentation of reserved_flags2 field in vxlanhdr_gpe. Fixes: e1e5314de08b ("vxlan: implement GPE") Signed-off-by: William Tu <u9012063@gmail.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/vxlan.h')
-rw-r--r--include/net/vxlan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/vxlan.h b/include/net/vxlan.h
index 13223396dc64..f96391e84a8a 100644
--- a/include/net/vxlan.h
+++ b/include/net/vxlan.h
@@ -146,7 +146,7 @@ struct vxlanhdr_gpe {
np_applied:1,
instance_applied:1,
version:2,
-reserved_flags2:2;
+ reserved_flags2:2;
#elif defined(__BIG_ENDIAN_BITFIELD)
u8 reserved_flags2:2,
version:2,