summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/h8scm_fam10/mptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/supermicro/h8scm_fam10/mptable.c')
-rw-r--r--src/mainboard/supermicro/h8scm_fam10/mptable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/supermicro/h8scm_fam10/mptable.c b/src/mainboard/supermicro/h8scm_fam10/mptable.c
index 9ae9476870..75a4544287 100644
--- a/src/mainboard/supermicro/h8scm_fam10/mptable.c
+++ b/src/mainboard/supermicro/h8scm_fam10/mptable.c
@@ -72,7 +72,7 @@ static void *smp_write_config_table(void *v)
dword = (u32 *)((pci_read_config32(dev, 0xac) &
~(7 << 26)) | (6 << 26));
- /* dword |= 1<<22; PIC and APIC co exists */
+ /* dword |= 1 << 22; PIC and APIC co exists */
pci_write_config32(dev, 0xac, (u32)dword);
/*