The patch titled Fix Linuxdoc comment has been removed from the -mm tree. Its filename was fix-linuxdoc-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Fix Linuxdoc comment From: Jeff Dike <jdike@xxxxxxxxxxx> A linuxdoc comment had fallen out of date - it refers to an argument which no longer exists. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/irq/handle.c | 1 - 1 file changed, 1 deletion(-) diff -puN kernel/irq/handle.c~fix-linuxdoc-comment kernel/irq/handle.c --- a/kernel/irq/handle.c~fix-linuxdoc-comment +++ a/kernel/irq/handle.c @@ -22,7 +22,6 @@ * 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. */ _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are origin.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