Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/23539
Change subject: mainboard/amd/olivehillplus: Fix coding style ......................................................................
mainboard/amd/olivehillplus: Fix coding style
Change-Id: I489780d205e0784914063454c6071b046df6cc30 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/amd/olivehillplus/romstage.c 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/23539/1
diff --git a/src/mainboard/amd/olivehillplus/romstage.c b/src/mainboard/amd/olivehillplus/romstage.c index ff2c4c4..4ad0f6d 100644 --- a/src/mainboard/amd/olivehillplus/romstage.c +++ b/src/mainboard/amd/olivehillplus/romstage.c @@ -72,7 +72,8 @@ */ { int i; - for(i = 0; i < 200000; i++) inb(0xCD6); + for (i = 0; i < 200000; i++) + inb(0xCD6); }
post_code(0x37);