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: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by Randy Dunlap and committed by Ingo Molnar 2ed1cdcf 9f144164

+1 -2
+1 -2
include/linux/irq.h
··· 131 131 132 132 /** 133 133 * struct irq_desc - interrupt descriptor 134 - * 134 + * @irq: interrupt number for this descriptor 135 135 * @handle_irq: highlevel irq-events handler [if NULL, __do_IRQ()] 136 136 * @chip: low level interrupt hardware access 137 137 * @msi_desc: MSI descriptor ··· 150 150 * @cpu: cpu index useful for balancing 151 151 * @pending_mask: pending rebalanced interrupts 152 152 * @dir: /proc/irq/ procfs entry 153 - * @affinity_entry: /proc/irq/smp_affinity procfs entry on SMP 154 153 * @name: flow handler name for /proc/interrupts output 155 154 */ 156 155 struct irq_desc {