netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] vxlan: trivial indenting fix.
@ 2018-01-02 22:05 William Tu
  2018-01-02 22:09 ` Stephen Hemminger
  2018-01-03 16:33 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: William Tu @ 2018-01-02 22:05 UTC (permalink / raw)
  To: netdev

Fix indentation of reserved_flags2 field in vxlanhdr_gpe.

Signed-off-by: William Tu <u9012063@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-03 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-02 22:05 [PATCH net] vxlan: trivial indenting fix William Tu
2018-01-02 22:09 ` Stephen Hemminger
2018-01-03 16:33 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).