summaryrefslogtreecommitdiffstats
path: root/src/mainboard/aopen/dxplplusu/fadt.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-10-07 17:35:50 +0200
committerMartin Roth <martinroth@google.com>2016-10-11 23:32:53 +0200
commit46829869c8d96457042601ff1dfba2a75ba79db1 (patch)
treece0266461a6684b1ccad6d29269e4ed54d188137 /src/mainboard/aopen/dxplplusu/fadt.c
parent626f8c84405fc4a16e72fc3e4dc829ca106ea2cf (diff)
downloadcoreboot-46829869c8d96457042601ff1dfba2a75ba79db1.tar.gz
coreboot-46829869c8d96457042601ff1dfba2a75ba79db1.tar.bz2
coreboot-46829869c8d96457042601ff1dfba2a75ba79db1.zip
mainboard/aopen: Use C89 comments style & remove commented code
Change-Id: I0014fc030888d71f7951c97bccc7cef0e1c45186 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16922 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/aopen/dxplplusu/fadt.c')
-rw-r--r--src/mainboard/aopen/dxplplusu/fadt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/aopen/dxplplusu/fadt.c b/src/mainboard/aopen/dxplplusu/fadt.c
index cfeb2e2980a5..418d547ca373 100644
--- a/src/mainboard/aopen/dxplplusu/fadt.c
+++ b/src/mainboard/aopen/dxplplusu/fadt.c
@@ -66,7 +66,7 @@ void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt)
fadt->pm1_evt_len = 4;
fadt->pm1_cnt_len = 2;
- // XXX: pm2_cnt_len is probably wrong. find out right value (hint: it's != 0)
+ /* XXX: pm2_cnt_len is probably wrong. find out right value (hint: it's != 0) */
fadt->pm2_cnt_len = 0;
fadt->pm_tmr_len = 4;
fadt->gpe0_blk_len = 8;