summaryrefslogtreecommitdiffstats
path: root/kernel/kmod.c
diff options
context:
space:
mode:
authorRandy Dunlap2012-06-01 01:26:15 +0200
committerLinus Torvalds2012-06-01 02:49:28 +0200
commit9b3c98cd663750c33434572ff76ba306505eba5a (patch)
treeff01ae7a11c5b0ece5a1c7107fc77276505b7342 /kernel/kmod.c
parentkmod: move call_usermodehelper_fns() to .c file and unexport all it's helpers (diff)
downloadkernel-qcow2-linux-9b3c98cd663750c33434572ff76ba306505eba5a.tar.gz
kernel-qcow2-linux-9b3c98cd663750c33434572ff76ba306505eba5a.tar.xz
kernel-qcow2-linux-9b3c98cd663750c33434572ff76ba306505eba5a.zip
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>
Diffstat (limited to 'kernel/kmod.c')
-rw-r--r--kernel/kmod.c2
1 files changed, 1 insertions, 1 deletions
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.