netlink: typographical error in nlmsg_type constants definition
authorMaurice Lambert <mauricelambert434@gmail.com>
Sun, 3 Nov 2024 22:39:50 +0000 (23:39 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 6 Nov 2024 01:33:55 +0000 (17:33 -0800)
commit84bfbfbbd32aee136afea4b6bf82581dce79c305
tree01cc4f2d856b280995ff26e7caa1659c7b51f442
parent6c0828d00f07954d87ffc89dace1d0c2db2bec20
netlink: typographical error in nlmsg_type constants definition

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>
include/uapi/linux/rtnetlink.h