netlink: hide validation union fields from kdoc
authorJakub Kicinski <kuba@kernel.org>
Thu, 27 Oct 2022 21:21:07 +0000 (14:21 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 29 Oct 2022 03:19:15 +0000 (20:19 -0700)
commit7354c9024f2835f6122ed9612e21ab379df050f9
tree63c216d566689a19bc2ed39f9c874a93ed5d63fc
parent8fdf3f6aba7cfa0c0e2bf66ecca7bb5783acd0d6
netlink: hide validation union fields from kdoc

Mark the validation fields as private, users shouldn't set
them directly and they are too complicated to explain in
a more succinct way (there's already a long explanation
in the comment above).

The strict_start_type field is set directly and has a dedicated
comment so move that above the "private" section.

Link: https://lore.kernel.org/r/20221027212107.2639255-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/netlink.h