]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kmod.c: fix kernel-doc warning
authorRandy Dunlap <rdunlap@xenotime.net>
Wed, 25 Apr 2012 01:04:41 +0000 (11:04 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 05:17:38 +0000 (15:17 +1000)
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>
kernel/kmod.c

index 1f596e4de3065a496557d0776459c9d898c5dd00..ff2c7cb86d770aaf51712e330dc0f1e8a72a26e6 100644 (file)
@@ -409,7 +409,7 @@ EXPORT_SYMBOL_GPL(usermodehelper_read_unlock);
 
 /**
  * __usermodehelper_set_disable_depth - Modify usermodehelper_disabled.
- * depth: New value to assign to usermodehelper_disabled.
+ * @depth: New value to assign to usermodehelper_disabled.
  *
  * Change the value of usermodehelper_disabled (under umhelper_sem locked for
  * writing) and wakeup tasks waiting for it to change.