[PATCH] kerneldoc for handle_bad_irq()

Adds the description of the parameters from handle_bad_irq().

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Henrik Kretzschmar and committed by Linus Torvalds 43a1dd50 290995fc

+5
+5
kernel/irq/handle.c
··· 20 21 /** 22 * handle_bad_irq - handle spurious and unhandled irqs 23 */ 24 void fastcall 25 handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs)
··· 20 21 /** 22 * handle_bad_irq - handle spurious and unhandled irqs 23 + * @irq: the interrupt number 24 + * @desc: description of the interrupt 25 + * @regs: pointer to a register structure 26 + * 27 + * Handles spurious and unhandled IRQ's. It also prints a debugmessage. 28 */ 29 void fastcall 30 handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs)