aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2008-11-21 19:59:57 -0500
committerIngo Molnar <mingo@elte.hu>2008-11-23 04:52:45 -0500
commit2ed1cdcf9a83205d1343f29b630abff232eaa72c (patch)
tree97304ced8d05b5b7497e37b661abbce4540f0194 /include
parent9f1441644213e5f6faa150206399fe511eba2eb6 (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/irq.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index 36b186eb318b..3dddfa703ebd 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -131,7 +131,7 @@ struct irq_chip {
131 131
132/** 132/**
133 * struct irq_desc - interrupt descriptor 133 * struct irq_desc - interrupt descriptor
134 * 134 * @irq: interrupt number for this descriptor
135 * @handle_irq: highlevel irq-events handler [if NULL, __do_IRQ()] 135 * @handle_irq: highlevel irq-events handler [if NULL, __do_IRQ()]
136 * @chip: low level interrupt hardware access 136 * @chip: low level interrupt hardware access
137 * @msi_desc: MSI descriptor 137 * @msi_desc: MSI descriptor
@@ -150,7 +150,6 @@ struct irq_chip {
150 * @cpu: cpu index useful for balancing 150 * @cpu: cpu index useful for balancing
151 * @pending_mask: pending rebalanced interrupts 151 * @pending_mask: pending rebalanced interrupts
152 * @dir: /proc/irq/ procfs entry 152 * @dir: /proc/irq/ procfs entry
153 * @affinity_entry: /proc/irq/smp_affinity procfs entry on SMP
154 * @name: flow handler name for /proc/interrupts output 153 * @name: flow handler name for /proc/interrupts output
155 */ 154 */
156struct irq_desc { 155struct irq_desc {