[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20110818121927.33728f50.rdunlap@xenotime.net>
Date: Thu, 18 Aug 2011 12:19:27 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: lkml <linux-kernel@...r.kernel.org>
Cc: Thomas Gleixner <tglx@...utronix.de>,
torvalds <torvalds@...ux-foundation.org>
Subject: [PATCH] irqdesc: fix new kernel-doc warning
From: Randy Dunlap <rdunlap@...otime.net>
Fix kernel-doc warning in irqdesc.c:
Warning(kernel/irq/irqdesc.c:353): No description found for parameter 'owner'
Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
---
kernel/irq/irqdesc.c | 1 +
1 file changed, 1 insertion(+)
--- linux-3.1-rc2-git4.orig/kernel/irq/irqdesc.c
+++ linux-3.1-rc2-git4/kernel/irq/irqdesc.c
@@ -344,6 +344,7 @@ EXPORT_SYMBOL_GPL(irq_free_descs);
* @from: Start the search from this irq number
* @cnt: Number of consecutive irqs to allocate.
* @node: Preferred node on which the irq descriptor should be allocated
+ * @owner: Owning module (can be NULL)
*
* Returns the first irq number or error code
*/
--
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