kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_param
authorWaiman Long <[email protected]>
Tue, 10 Apr 2018 23:35:38 +0000 (16:35 -0700)
committerLinus Torvalds <[email protected]>
Wed, 11 Apr 2018 17:28:38 +0000 (10:28 -0700)
commit24704f36196ce79b48dd3921e782d15fd9c87959
treebb270889b77b6e1886285108326520fccc4af77a
parent64a11f3dc20b45fdc8c058296b4f6449e4b9f24c
kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_param

Kdoc comments are added to the do_proc_dointvec_minmax_conv_param and
do_proc_douintvec_minmax_conv_param structures thare are used internally
for range checking.

The error codes returned by proc_dointvec_minmax() and
proc_douintvec_minmax() are also documented.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Waiman Long <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Acked-by: Luis R. Rodriguez <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Manfred Spraul <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/sysctl.c