genirq: Fix new kernel-doc warnings

Fix new irq-related kernel-doc warnings in 2.6.38:

Warning(kernel/irq/manage.c:149): No description found for parameter 'mask'
Warning(kernel/irq/manage.c:149): Excess function parameter 'cpumask' description in 'irq_set_affinity'
Warning(include/linux/irq.h:161): No description found for parameter 'state_use_accessors'
Warning(include/linux/irq.h:161): Excess struct/union/enum/typedef member 'state_use_accessor' description in 'irq_data'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
LKML-Reference: <20110318093356.b939558d.randy.dunlap@oracle.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

authored by Randy Dunlap and committed by Thomas Gleixner 30398bf6 ee38c04b

+2 -2
+1 -1
include/linux/irq.h
··· 135 135 * struct irq_data - per irq and irq chip data passed down to chip functions 136 136 * @irq: interrupt number 137 137 * @node: node index useful for balancing 138 - * @state_use_accessor: status information for irq chip functions. 138 + * @state_use_accessors: status information for irq chip functions. 139 139 * Use accessor functions to deal with it 140 140 * @chip: low level interrupt hardware access 141 141 * @handler_data: per-IRQ data for the irq_chip methods
+1 -1
kernel/irq/manage.c
··· 175 175 /** 176 176 * irq_set_affinity - Set the irq affinity of a given irq 177 177 * @irq: Interrupt to set affinity 178 - * @cpumask: cpumask 178 + * @mask: cpumask 179 179 * 180 180 */ 181 181 int irq_set_affinity(unsigned int irq, const struct cpumask *mask)