Re: 2.6.11-mm1 (xen-vmm-4-split-free_irq-into-teardown_irq.patch)

From: Alexey Dobriyan
Date: Sat Mar 05 2005 - 04:57:41 EST


> --- 25/kernel/irq/manage.c~xen-vmm-4-split-free_irq-into-teardown_irq
> +++ 25-akpm/kernel/irq/manage.c

> +/**
> + * setup_irq - register an irqaction structure
> + * @irq: Interrupt to register
> + * @irqaction: The irqaction structure to be registered
^^^^^^^^^^^

> + *
> + * Normally called by request_irq, this function can be used
> + * directly to allocate special interrupts that are part of the
> + * architecture.
> */
> int setup_irq(unsigned int irq, struct irqaction * new)
^^^^^

Comment doesn't match declaration.

Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/