All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Maurice Lambert <mauricelambert434@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] netlink: typographical error in nlmsg_type constants definition
Date: Sun, 3 Nov 2024 14:45:59 -0800	[thread overview]
Message-ID: <20241103144559.3318d889@hermes.local> (raw)
In-Reply-To: <20241103223950.230300-1-mauricelambert434@gmail.com>

On Sun,  3 Nov 2024 23:39:50 +0100
Maurice Lambert <mauricelambert434@gmail.com> wrote:

> This commit fix a typographical error in netlink nlmsg_type constants definition in the include/uapi/linux/rtnetlink.h at line 177. The definition is RTM_NEWNVLAN RTM_NEWVLAN instead of RTM_NEWVLAN RTM_NEWVLAN.
> 
> Signed-off-by: Maurice Lambert <mauricelambert434@gmail.com>
> ---
>  include/uapi/linux/rtnetlink.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h
> index 3b687d20c9ed..db7254d52d93 100644
> --- a/include/uapi/linux/rtnetlink.h
> +++ b/include/uapi/linux/rtnetlink.h
> @@ -174,7 +174,7 @@ enum {
>  #define RTM_GETLINKPROP	RTM_GETLINKPROP
>  
>  	RTM_NEWVLAN = 112,
> -#define RTM_NEWNVLAN	RTM_NEWVLAN
> +#define RTM_NEWVLAN	RTM_NEWVLAN
>  	RTM_DELVLAN,
>  #define RTM_DELVLAN	RTM_DELVLAN
>  	RTM_GETVLAN,

Fixes: 8dcea187088b ("net: bridge: vlan: add rtm definitions and dump support")

  reply	other threads:[~2024-11-03 22:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-03 22:39 [PATCH] netlink: typographical error in nlmsg_type constants definition Maurice Lambert
2024-11-03 22:45 ` Stephen Hemminger [this message]
2024-11-06  1:40 ` patchwork-bot+netdevbpf

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=20241103144559.3318d889@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=mauricelambert434@gmail.com \
    --cc=netdev@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.