[coreboot-gerrit] Change in coreboot[master]: nb/intel/sandybridge: Add required space before opening parenthesis '('

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Wed Jan 31 23:13:09 CET 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/23522


Change subject: nb/intel/sandybridge: Add required space before opening parenthesis '('
......................................................................

nb/intel/sandybridge: Add required space before opening parenthesis '('

Change-Id: I6dfef118dc2fecf2a8f2f3401c779a3becfb71a9
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/northbridge/intel/sandybridge/raminit_common.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/23522/1

diff --git a/src/northbridge/intel/sandybridge/raminit_common.c b/src/northbridge/intel/sandybridge/raminit_common.c
index eaef5f7..0a44220 100644
--- a/src/northbridge/intel/sandybridge/raminit_common.c
+++ b/src/northbridge/intel/sandybridge/raminit_common.c
@@ -2357,7 +2357,7 @@
 		 */
 		cmdrate = ((ctrl->rankmap[channel] & 0x5) == 0x5);
 
-		for(; cmdrate < 2; cmdrate++) {
+		for (; cmdrate < 2; cmdrate++) {
 			err = try_cmd_stretch(ctrl, channel, cmdrate << 1);
 
 			if (!err)

-- 
To view, visit https://review.coreboot.org/23522
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: I6dfef118dc2fecf2a8f2f3401c779a3becfb71a9
Gerrit-Change-Number: 23522
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/20180131/409f87aa/attachment.html>


More information about the coreboot-gerrit mailing list