mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[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:
parent
290995fc3c
commit
43a1dd502f
@ -20,6 +20,11 @@
|
||||
|
||||
/**
|
||||
* 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
|
||||
handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs)
|
||||
|
Loading…
Reference in New Issue
Block a user