* Andi Kleen <[EMAIL PROTECTED]> wrote:

> -     int len = cpumask_scnprintf(page, count, irq_desc[(long)data].affinity);
> +     struct irq_desc *desc = irq_desc + (long)data;
> +     cpumask_t *mask = &desc->affinity;
> +     int len;
> +#ifdef CONFIG_GENERIC_PENDING_IRQ
> +     if (desc->status & IRQ_MOVE_PENDING)

small style nit: please put a newline after the type definitions.

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

Reply via email to