From: Randy Dunlap <rdunlap@xenotime.net>
Date: Thu, 31 May 2012 23:26:15 +0000 (-0700)
Subject: kmod.c: fix kernel-doc warning
X-Git-Tag: v3.5-rc1~21^2~50
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9b3c98cd663750c33434572ff76ba306505eba5a;p=users%2Fjedix%2Flinux-maple.git

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>
---

diff --git a/kernel/kmod.c b/kernel/kmod.c
index 1f596e4de306..ff2c7cb86d77 100644
--- a/kernel/kmod.c
+++ b/kernel/kmod.c
@@ -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.