aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/msi/ms9282/mptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/msi/ms9282/mptable.c')
-rw-r--r--src/mainboard/msi/ms9282/mptable.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/msi/ms9282/mptable.c b/src/mainboard/msi/ms9282/mptable.c
index 02a4ede25b..f8a3195614 100644
--- a/src/mainboard/msi/ms9282/mptable.c
+++ b/src/mainboard/msi/ms9282/mptable.c
@@ -38,12 +38,12 @@ static void *smp_write_config_table(void *v)
{
static const char sig[4] = "PCMP";
static const char oem[8] = "MSI ";
- static const char productid[12] = "MS9282 ";
+ static const char productid[12] = "MS9282 ";
struct mp_config_table *mc;
- struct mb_sysconf_t *m;
- unsigned sbdn;
+ struct mb_sysconf_t *m;
+ unsigned sbdn;
- int i,j;
+ int i,j;
mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
memset(mc, 0, sizeof(*mc));