The patch titled Subject: kernel/irq/chip.c: fix warning while make xmldocs caused by chip.c has been removed from the -mm tree. Its filename was genirq-fix-warning-while-make-xmldocs-caused-by-chipc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Masanari Iida <standby24x7@xxxxxxxxx> Subject: kernel/irq/chip.c: fix warning while make xmldocs caused by chip.c This patch fix following warning while make xmldocs. Warning(.//kernel/irq/chip.c:1009): No description found for parameter 'vcpu_info' Warning(.//kernel/irq/chip.c:1009): Excess function parameter 'dest' description in 'irq_chip_set_vcpu_affinity_parent' Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/irq/chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/irq/chip.c~genirq-fix-warning-while-make-xmldocs-caused-by-chipc kernel/irq/chip.c --- a/kernel/irq/chip.c~genirq-fix-warning-while-make-xmldocs-caused-by-chipc +++ a/kernel/irq/chip.c @@ -1003,7 +1003,7 @@ int irq_chip_retrigger_hierarchy(struct /** * irq_chip_set_vcpu_affinity_parent - Set vcpu affinity on the parent interrupt * @data: Pointer to interrupt specific data - * @dest: The vcpu affinity information + * @vcpu_info: The vcpu affinity information */ int irq_chip_set_vcpu_affinity_parent(struct irq_data *data, void *vcpu_info) { _ Patches currently in -mm which might be from standby24x7@xxxxxxxxx are origin.patch linux-next.patch namei-fix-warning-while-make-xmldocs-caused-by-nameic.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