The patch titled IRQ kernel-doc fixes has been removed from the -mm tree. Its filename was irq-kernel-doc-fixes.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: IRQ kernel-doc fixes From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix kernel-doc warnings in IRQ management. Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/irq.h | 1 + kernel/irq/chip.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff -puN include/linux/irq.h~irq-kernel-doc-fixes include/linux/irq.h --- a/include/linux/irq.h~irq-kernel-doc-fixes +++ a/include/linux/irq.h @@ -129,6 +129,7 @@ struct irq_chip { * * @handle_irq: highlevel irq-events handler [if NULL, __do_IRQ()] * @chip: low level interrupt hardware access + * @msi_desc: MSI descriptor * @handler_data: per-IRQ data for the irq_chip methods * @chip_data: platform-specific per-chip private data for the chip * methods, to allow shared chip implementations diff -puN kernel/irq/chip.c~irq-kernel-doc-fixes kernel/irq/chip.c --- a/kernel/irq/chip.c~irq-kernel-doc-fixes +++ a/kernel/irq/chip.c @@ -168,7 +168,7 @@ EXPORT_SYMBOL(set_irq_data); /** * set_irq_data - set irq type data for an irq * @irq: Interrupt number - * @data: Pointer to interrupt specific data + * @entry: Pointer to MSI descriptor data * * Set the hardware irq controller data for an irq */ _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch git-acpi.patch build-errors-uevent-with-config_sysfs=n.patch git-drm.patch sata-use-null-for-ptrs.patch git-mtd.patch git-netdev-all.patch phy-layer-add-kernel-doc-docbook.patch ueagle-atmc-needs-schedh.patch kernel-doc-include-struct-short-description-in-title.patch tty-use-null-for-ptrs.patch cdrom-use-unsigned-bitfields.patch update-doc-oops-tracingtxt-for-taint_user.patch update-doc-oops-tracingtxt-for-taint_user-fix.patch extend-notifier_call_chain-to-count-nr_calls-made-fixes.patch reiser4-use-null-for-pointers.patch profile_likely-export-do_check_likely.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