* [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
* Re: [PATCH net] vxlan: trivial indenting fix.
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
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2018-01-02 22:09 UTC (permalink / raw)
To: William Tu; +Cc: netdev
On Tue, 2 Jan 2018 14:05:19 -0800
William Tu <u9012063@gmail.com> wrote:
> 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,
Fixes: e1e5314de08b ("vxlan: implement GPE")
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net] vxlan: trivial indenting fix.
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
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2018-01-03 16:33 UTC (permalink / raw)
To: u9012063; +Cc: netdev
From: William Tu <u9012063@gmail.com>
Date: Tue, 2 Jan 2018 14:05:19 -0800
> Fix indentation of reserved_flags2 field in vxlanhdr_gpe.
>
> Signed-off-by: William Tu <u9012063@gmail.com>
Applied, thanks William.
^ permalink raw reply [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).