[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>
This commit is contained in:
Henrik Kretzschmar 2006-08-31 21:27:44 -07:00 committed by Linus Torvalds
parent 290995fc3c
commit 43a1dd502f

View file

@ -20,6 +20,11 @@
/** /**
* handle_bad_irq - handle spurious and unhandled irqs * handle_bad_irq - handle spurious and unhandled irqs
* @irq: the interrupt number
* @desc: description of the interrupt
* @regs: pointer to a register structure
*
* Handles spurious and unhandled IRQ's. It also prints a debugmessage.
*/ */
void fastcall void fastcall
handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs) handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs)