Commit 94399c3a authored by Paul Mackerras's avatar Paul Mackerras

PPC32: trivial whitespace fix, from Rusty Russell

parent 9625ab90
......@@ -59,7 +59,7 @@ static inline int irqs_running (void)
for (i = 0; i < smp_num_cpus; i++)
if (local_irq_count(i))
return 1;
return 0;
return 0;
}
static inline void release_irqlock(int cpu)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment