projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79d0895
)
vxlan: trivial indenting fix.
author
William Tu
<
[email protected]
>
Tue, 2 Jan 2018 22:05:19 +0000
(14:05 -0800)
committer
David S. Miller
<
[email protected]
>
Wed, 3 Jan 2018 16:33:37 +0000
(11:33 -0500)
Fix indentation of reserved_flags2 field in vxlanhdr_gpe.
Fixes: e1e5314de08b ("vxlan: implement GPE")
Signed-off-by: William Tu <
[email protected]
>
Acked-by: Stephen Hemminger <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/net/vxlan.h
patch
|
blob
|
history
diff --git
a/include/net/vxlan.h
b/include/net/vxlan.h
index 13223396dc64abdbcd504b2439214efeb5c6def8..f96391e84a8a3161df98a964692e7ce445050944 100644
(file)
--- 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,