Skip to content

Commit

Permalink
x86: cleanup in amd_cpu_notify()
Browse files Browse the repository at this point in the history
small coding style fix.

Signed-off-by: Robert Richter <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Aug 25, 2008
1 parent ea1c9de commit ed21763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/pci/amd_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ed21763

Please sign in to comment.