[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4F8E04D8.5040403@xenotime.net>
Date: Tue, 17 Apr 2012 17:03:36 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] kmod.c: fix kernel-doc warning
From: Randy Dunlap <rdunlap@...otime.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@...otime.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists