[PATCH] IRQ kernel-doc fixes
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 16 Feb 2007 09:28:25 +0000 (01:28 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 16 Feb 2007 16:14:00 +0000 (08:14 -0800)
Fix kernel-doc warnings in IRQ management.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/irq.h
kernel/irq/chip.c

index f486c4dee1bf0bcdb4de1ad76d7cfb351f047d23..1939d42c21d266f66ebfa62b4b20e0db1277a599 100644 (file)
@@ -129,6 +129,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
index 76a9106a0bf4ad2a7a7d5805e1fc00c94522b696..e6dc8b8839dd3544eeeb4932c6fc1f30d11cbdb3 100644 (file)
@@ -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
  */