[INET]: Fix typo in Arnaldo's connection sock compat fixups.
[powerpc.git] / net / ipv4 / proc.c
index 39d49dc..1b167c4 100644 (file)
@@ -49,7 +49,7 @@ static int fold_prot_inuse(struct proto *proto)
        int res = 0;
        int cpu;
 
-       for (cpu = 0; cpu < NR_CPUS; cpu++)
+       for_each_cpu(cpu)
                res += proto->stats[cpu].inuse;
 
        return res;