]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: cleanup in amd_cpu_notify()
authorRobert Richter <robert.richter@amd.com>
Fri, 22 Aug 2008 18:23:38 +0000 (20:23 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 25 Aug 2008 09:11:59 +0000 (11:11 +0200)
small coding style fix.

Signed-off-by: Robert Richter <robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/pci/amd_bus.c

index 6a0fca78c36236aeedb3579a3b306f01426e15e7..22e057665e5517971a67b84a0e60e2ffe87ad151 100644 (file)
@@ -580,7 +580,7 @@ static int __cpuinit amd_cpu_notify(struct notifier_block *self,
                                    unsigned long action, void *hcpu)
 {
        int cpu = (long)hcpu;
-       switch(action) {
+       switch (action) {
        case CPU_ONLINE:
        case CPU_ONLINE_FROZEN:
                smp_call_function_single(cpu, enable_pci_io_ecs, NULL, 0);