Commit 43a1dd50 authored by Henrik Kretzschmar's avatar Henrik Kretzschmar Committed by Linus Torvalds

[PATCH] kerneldoc for handle_bad_irq()

Adds the description of the parameters from handle_bad_irq().
Signed-off-by: default avatarHenrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 290995fc
...@@ -20,6 +20,11 @@ ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment