Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kmod.c: fix kernel-doc warning

Warning(kernel/kmod.c:419): No description found for parameter 'depth'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Randy Dunlap and committed by
Linus Torvalds
9b3c98cd 785042f2

+1 -1
+1 -1
kernel/kmod.c
··· 409 409 410 410 /** 411 411 * __usermodehelper_set_disable_depth - Modify usermodehelper_disabled. 412 - * depth: New value to assign to usermodehelper_disabled. 412 + * @depth: New value to assign to usermodehelper_disabled. 413 413 * 414 414 * Change the value of usermodehelper_disabled (under umhelper_sem locked for 415 415 * writing) and wakeup tasks waiting for it to change.