提交 43a1dd50 编写于 作者: H Henrik Kretzschmar 提交者: Linus Torvalds

[PATCH] kerneldoc for handle_bad_irq()

Adds the description of the parameters from handle_bad_irq().
Signed-off-by: NHenrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册