[coreboot-gerrit] Change in coreboot[master]: mainboard/amd/olivehillplus: Fix coding style

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Thu Feb 1 09:54:25 CET 2018


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 at 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);

-- 
To view, visit https://review.coreboot.org/23539
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I489780d205e0784914063454c6071b046df6cc30
Gerrit-Change-Number: 23539
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180201/6694445e/attachment.html>


More information about the coreboot-gerrit mailing list