netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: William Tu <u9012063@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH net] vxlan: trivial indenting fix.
Date: Tue, 2 Jan 2018 14:09:35 -0800	[thread overview]
Message-ID: <20180102140935.0dbab8c9@xeon-e3> (raw)
In-Reply-To: <1514930719-57528-1-git-send-email-u9012063@gmail.com>

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>

  reply	other threads:[~2018-01-02 22:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-02 22:05 [PATCH net] vxlan: trivial indenting fix William Tu
2018-01-02 22:09 ` Stephen Hemminger [this message]
2018-01-03 16:33 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180102140935.0dbab8c9@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=netdev@vger.kernel.org \
    --cc=u9012063@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).