* [PATCH] [DOC] kerneldoc for handle_bad_irq()
@ 2006-08-29 11:11 Henne
0 siblings, 0 replies; only message in thread
From: Henne @ 2006-08-29 11:11 UTC (permalink / raw)
To: mingo; +Cc: linux-kernel
From: Henrik Kretzschmar <henne@nachtwindheim.de>
Adds the description of the parameters from handle_bad_irq().
That should be merged before 2.6.18 release.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---
diff -ruN linux-2.6.18-rc2/kernel/irq/handle.c linux/kernel/irq/handle.c
--- linux-2.6.18-rc2/kernel/irq/handle.c 2006-07-18 13:37:39.000000000 +0200
+++ linux/kernel/irq/handle.c 2006-07-18 13:51:15.000000000 +0200
@@ -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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-29 11:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-29 11:11 [PATCH] [DOC] kerneldoc for handle_bad_irq() Henne
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox