[PATCH net] vxlan: trivial indenting fix.
From: William Tu <hidden>
Date: 2018-01-02 22:05:31
Fix indentation of reserved_flags2 field in vxlanhdr_gpe. Signed-off-by: William Tu <redacted> --- include/net/vxlan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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,
--
2.7.4