[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180102140935.0dbab8c9@xeon-e3>
Date: Tue, 2 Jan 2018 14:09:35 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: William Tu <u9012063@...il.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net] vxlan: trivial indenting fix.
On Tue, 2 Jan 2018 14:05:19 -0800
William Tu <u9012063@...il.com> wrote:
> Fix indentation of reserved_flags2 field in vxlanhdr_gpe.
>
> Signed-off-by: William Tu <u9012063@...il.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@...workplumber.org>
Powered by blists - more mailing lists