Re: [PATCH] irq: use per_cpu kstat_irqs

From: Christoph Lameter
Date: Thu Nov 04 2010 - 14:05:25 EST



On Thu, 4 Nov 2010, Eric Dumazet wrote:

> static inline unsigned int kstat_irqs_cpu(unsigned int irq, int cpu)
> {
> - return kstat_cpu(cpu).irqs[irq];
> + return kstat_cpu(cpu).irqs[irq];
> }

Whitespace fixes?

Looks ok otherwise.

Reviewed-by: Christoph Lameter <cl@xxxxxxxxx>
--
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/