[PATCH] irqdesc: fix new kernel-doc warning

From: Randy Dunlap
Date: Thu Aug 18 2011 - 15:19:45 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

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@xxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/