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)
committerJakub Kicinski <kuba@kernel.org>
Thu, 11 Aug 2022 16:26:04 +0000 (09:26 -0700)
commit5c221f0af68cfa9edcffd26ba6dbbc4b7ddb1700
tree805a9cf269cbc57ff07b132fb3212d3b96ae7ccc
parent02e1a114fdb71e59ee6770294166c30d437bf86a
net: add missing kdoc for struct genl_multicast_group::flags

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>
include/net/genetlink.h