]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sysctl: fix kernel-doc format warning
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 17 Oct 2025 07:08:02 +0000 (00:08 -0700)
committerJoel Granados <joel.granados@kernel.org>
Thu, 30 Oct 2025 12:23:09 +0000 (13:23 +0100)
commit74a7b4f18396f07e87c7fda5c19d1fcfb8c1dd44
tree84b5230690009d6febaac85bee9bf0a18e9a1e57
parent18c4e028847092003c11f824796d1309bc01cd69
sysctl: fix kernel-doc format warning

Describe the "type" struct member using '@type' and move it together
with the rest of the doc for ctl_table_header to avoid a kernel-doc
warning:

Warning: include/linux/sysctl.h:178 Incorrect use of kernel-doc format:
 * enum type - Enumeration to differentiate between ctl target types

Fixes: 2f2665c13af4 ("sysctl: replace child with an enumeration")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Joel Granados <joel.granados@kernel.org>
include/linux/sysctl.h