nb/intel/sandybridge: Add required space before opening parenthesis '('
Change-Id: I6dfef118dc2fecf2a8f2f3401c779a3becfb71a9 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/23522 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
parent
879eab8626
commit
adda3f810f
|
@ -2357,7 +2357,7 @@ int command_training(ramctr_timing *ctrl)
|
|||
*/
|
||||
cmdrate = ((ctrl->rankmap[channel] & 0x5) == 0x5);
|
||||
|
||||
for(; cmdrate < 2; cmdrate++) {
|
||||
for (; cmdrate < 2; cmdrate++) {
|
||||
err = try_cmd_stretch(ctrl, channel, cmdrate << 1);
|
||||
|
||||
if (!err)
|
||||
|
|
Loading…
Reference in New Issue