]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: add missing kdoc for struct genl_multicast_group::flags
authorJakub Kicinski <kuba@kernel.org>
Tue, 9 Aug 2022 23:20:12 +0000 (16:20 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Dec 2023 17:36:37 +0000 (18:36 +0100)
commit30d4881a757d1a0c76ce08bc6a73e5dacb3e1237
tree24fdbcd54b547471e85e8f2f5500e13a30e568cd
parent5299bca8c64f7b5ad34e21ab816d2f163f7a15db
net: add missing kdoc for struct genl_multicast_group::flags

[ Upstream commit 5c221f0af68cfa9edcffd26ba6dbbc4b7ddb1700 ]

Multicast group flags were added in commit 4d54cc32112d ("mptcp: avoid
lock_fast usage in accept path"), but it missed adding the kdoc.

Mention which flags go into that field, and do the same for
op structs.

Link: https://lore.kernel.org/r/20220809232012.403730-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Stable-dep-of: e03781879a0d ("drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group")
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/net/genetlink.h