diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-02-16 01:28:25 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-16 08:14:00 -0800 |
commit | 472900b8b02bf3782b06dcf0acdef26811c2b995 (patch) | |
tree | 0aa22b5fd11d4172ffbfd09b14a237cc68cc3004 /include | |
parent | d7e25f3394ba05a6d64cb2be42c2765fe72ea6b2 (diff) | |
download | linux-472900b8b02bf3782b06dcf0acdef26811c2b995.tar.bz2 |
[PATCH] IRQ kernel-doc fixes
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/irq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index f486c4dee1bf..1939d42c21d2 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -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 |