Skip to content
Snippets Groups Projects
Commit 472900b8 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

[PATCH] IRQ kernel-doc fixes


Fix kernel-doc warnings in IRQ management.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d7e25f33
No related branches found
No related tags found
No related merge requests found
...@@ -129,6 +129,7 @@ struct irq_chip { ...@@ -129,6 +129,7 @@ struct irq_chip {
* *
* @handle_irq: highlevel irq-events handler [if NULL, __do_IRQ()] * @handle_irq: highlevel irq-events handler [if NULL, __do_IRQ()]
* @chip: low level interrupt hardware access * @chip: low level interrupt hardware access
* @msi_desc: MSI descriptor
* @handler_data: per-IRQ data for the irq_chip methods * @handler_data: per-IRQ data for the irq_chip methods
* @chip_data: platform-specific per-chip private data for the chip * @chip_data: platform-specific per-chip private data for the chip
* methods, to allow shared chip implementations * methods, to allow shared chip implementations
......
...@@ -168,7 +168,7 @@ EXPORT_SYMBOL(set_irq_data); ...@@ -168,7 +168,7 @@ EXPORT_SYMBOL(set_irq_data);
/** /**
* set_irq_data - set irq type data for an irq * set_irq_data - set irq type data for an irq
* @irq: Interrupt number * @irq: Interrupt number
* @data: Pointer to interrupt specific data * @entry: Pointer to MSI descriptor data
* *
* Set the hardware irq controller data for an irq * Set the hardware irq controller data for an irq
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment