The patch titled kerneldoc for handle_bad_irq() has been added to the -mm tree. Its filename is kerneldoc-for-handle_bad_irq.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: kerneldoc for handle_bad_irq() From: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Adds the description of the parameters from handle_bad_irq(). Signed-off-by: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/irq/handle.c | 5 +++++ 1 files changed, 5 insertions(+) diff -puN kernel/irq/handle.c~kerneldoc-for-handle_bad_irq kernel/irq/handle.c --- a/kernel/irq/handle.c~kerneldoc-for-handle_bad_irq +++ a/kernel/irq/handle.c @@ -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) _ Patches currently in -mm which might be from henne@xxxxxxxxxxxxxxxx are kerneldoc-for-handle_bad_irq.patch git-libata-all.patch git-netdev-all.patch git-net.patch git-scsi-misc.patch pci_module_init-conversion-in-scsi-subsys-2nd-try.patch docbook-fix-segfault-in-docprocc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html