The patch titled kerneldoc for handle_bad_irq() has been removed from the -mm tree. Its filename is kerneldoc-for-handle_bad_irq.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 origin.patch documentation-for-lock_key-in-struct-hrtimer_base.patch add-missing-desctiption-in-superc.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 -- VGER BF report: U 0.506217 - 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