lkml.org 
[lkml]   [2012]   [Apr]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] kmod.c: fix kernel-doc warning
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.

\
 
 \ /
  Last update: 2012-04-18 22:37    [W:2.386 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site