]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
netlink: typographical error in nlmsg_type constants definition
authorMaurice Lambert <mauricelambert434@gmail.com>
Sun, 3 Nov 2024 22:39:50 +0000 (23:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 18:50:57 +0000 (19:50 +0100)
commitc99fd5911e2754008c2bf78be77d62fe87b2c149
tree9b0355b29a638141f000cc694722bca25b0361d7
parent43950c95ef8db2991d854a921f289ae6461438a1
netlink: typographical error in nlmsg_type constants definition

[ Upstream commit 84bfbfbbd32aee136afea4b6bf82581dce79c305 ]

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>
Fixes: 8dcea187088b ("net: bridge: vlan: add rtm definitions and dump support")
Link: https://patch.msgid.link/20241103223950.230300-1-mauricelambert434@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/uapi/linux/rtnetlink.h