]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
x86, mce: trivial clean up for mce_intel_64.c
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Tue, 14 Apr 2009 08:09:04 +0000 (17:09 +0900)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 28 May 2009 16:24:16 +0000 (09:24 -0700)
Fix for:

WARNING: space prohibited between function name and open parenthesis '('
+       for_each_online_cpu (cpu) {

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/cpu/mcheck/mce_intel_64.c

index 13abafcb72e41c4a59c76ea33faa9befec86c0bd..eff3740501a36c3abcf0fa5c3d7fe1b39cef5edc 100644 (file)
@@ -196,7 +196,7 @@ void cmci_rediscover(int dying)
                return;
        cpumask_copy(old, &current->cpus_allowed);
 
-       for_each_online_cpu (cpu) {
+       for_each_online_cpu(cpu) {
                if (cpu == dying)
                        continue;
                if (set_cpus_allowed_ptr(current, cpumask_of(cpu)))