From db8e8f39d3b27b22f2d7b65ae72bef826ba054d4 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 1 Feb 2018 09:21:46 +0100 Subject: mainboard/biostar/am1ml: Add required space before opening parenthesis '(' Change-Id: Ic1ea93ec54f6ca52e1af8ff09998b8859358b5a0 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/23534 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/biostar/am1ml/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/biostar/am1ml/romstage.c b/src/mainboard/biostar/am1ml/romstage.c index 20708ccd47..7caa4dccb0 100644 --- a/src/mainboard/biostar/am1ml/romstage.c +++ b/src/mainboard/biostar/am1ml/romstage.c @@ -153,7 +153,7 @@ void board_BeforeAgesa(struct sysinfo *cb) /* On Larne, after LpcClkDrvSth is set, it needs some time to be stable, because of the buffer ICS551M */ int i; - for(i = 0; i < 200000; i++) + for (i = 0; i < 200000; i++) val = inb(0xcd6); outb(0xEA, 0xCD6); -- cgit v1.2.3