From: Randy Dunlap <[email protected]>
Fix kernel-doc warnings in IRQ management.
Signed-off-by: Randy Dunlap <[email protected]>
---
include/linux/irq.h | 1 +
kernel/irq/chip.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
--- linux-2.6.20-git6.orig/include/linux/irq.h
+++ linux-2.6.20-git6/include/linux/irq.h
@@ -127,6 +127,7 @@ struct irq_chip {
*
* @handle_irq: highlevel irq-events handler [if NULL, __do_IRQ()]
* @chip: low level interrupt hardware access
+ * @msi_desc: MSI descriptor
* @handler_data: per-IRQ data for the irq_chip methods
* @chip_data: platform-specific per-chip private data for the chip
* methods, to allow shared chip implementations
--- linux-2.6.20-git6.orig/kernel/irq/chip.c
+++ linux-2.6.20-git6/kernel/irq/chip.c
@@ -168,7 +168,7 @@ EXPORT_SYMBOL(set_irq_data);
/**
* set_irq_data - set irq type data for an irq
* @irq: Interrupt number
- * @data: Pointer to interrupt specific data
+ * @entry: Pointer to MSI descriptor data
*
* Set the hardware irq controller data for an irq
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]