Commit 2ed1cdcf authored by Randy Dunlap's avatar Randy Dunlap Committed by Ingo Molnar

irq.h: fix missing/extra kernel-doc

Impact: fix kernel-doc build

Fix missing & excess irq.h kernel-doc:

Warning(include/linux/irq.h:182): No description found for parameter 'irq'
Warning(include/linux/irq.h:182): Excess struct/union/enum/typedef member 'affinity_entry' description in 'irq_desc'
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 9f144164
...@@ -131,7 +131,7 @@ struct irq_chip { ...@@ -131,7 +131,7 @@ struct irq_chip {
/** /**
* struct irq_desc - interrupt descriptor * struct irq_desc - interrupt descriptor
* * @irq: interrupt number for this descriptor
* @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 * @msi_desc: MSI descriptor
...@@ -150,7 +150,6 @@ struct irq_chip { ...@@ -150,7 +150,6 @@ struct irq_chip {
* @cpu: cpu index useful for balancing * @cpu: cpu index useful for balancing
* @pending_mask: pending rebalanced interrupts * @pending_mask: pending rebalanced interrupts
* @dir: /proc/irq/ procfs entry * @dir: /proc/irq/ procfs entry
* @affinity_entry: /proc/irq/smp_affinity procfs entry on SMP
* @name: flow handler name for /proc/interrupts output * @name: flow handler name for /proc/interrupts output
*/ */
struct irq_desc { struct irq_desc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment