* [PATCH] kmod.c: fix kernel-doc warning
@ 2012-04-18 0:03 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2012-04-18 0:03 UTC (permalink / raw)
To: LKML, Andrew Morton
From: Randy Dunlap <rdunlap@xenotime.net>
Fix kernel-doc warning in kmod.c:
Warning(kernel/kmod.c:419): No description found for parameter 'depth'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
kernel/kmod.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-34-rc3.orig/kernel/kmod.c
+++ lnx-34-rc3/kernel/kmod.c
@@ -410,7 +410,7 @@ EXPORT_SYMBOL_GPL(usermodehelper_read_un
/**
* __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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-18 0:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18 0:03 [PATCH] kmod.c: fix kernel-doc warning Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox