* [PATCH] netlink: typographical error in nlmsg_type constants definition
@ 2024-11-03 22:39 Maurice Lambert
2024-11-03 22:45 ` Stephen Hemminger
2024-11-06 1:40 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Maurice Lambert @ 2024-11-03 22:39 UTC (permalink / raw)
To: netdev; +Cc: Maurice Lambert
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,
--
2.45.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] netlink: typographical error in nlmsg_type constants definition
2024-11-03 22:39 [PATCH] netlink: typographical error in nlmsg_type constants definition Maurice Lambert
@ 2024-11-03 22:45 ` Stephen Hemminger
2024-11-06 1:40 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2024-11-03 22:45 UTC (permalink / raw)
To: Maurice Lambert; +Cc: netdev
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")
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] netlink: typographical error in nlmsg_type constants definition
2024-11-03 22:39 [PATCH] netlink: typographical error in nlmsg_type constants definition Maurice Lambert
2024-11-03 22:45 ` Stephen Hemminger
@ 2024-11-06 1:40 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-11-06 1:40 UTC (permalink / raw)
To: Maurice Lambert; +Cc: netdev
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sun, 3 Nov 2024 23:39:50 +0100 you 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(-)
Here is the summary with links:
- netlink: typographical error in nlmsg_type constants definition
https://git.kernel.org/netdev/net-next/c/84bfbfbbd32a
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-06 1:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-03 22:39 [PATCH] netlink: typographical error in nlmsg_type constants definition Maurice Lambert
2024-11-03 22:45 ` Stephen Hemminger
2024-11-06 1:40 ` patchwork-bot+netdevbpf
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).