nb/intel/i945: Add space after comma in log message

Change-Id: If6cf47e4a87cf008d51f65fd1c1c79392c4b2786
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/21619
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Paul Menzel 2017-09-21 08:11:05 +02:00 committed by Martin Roth
parent ae7e7ccdc9
commit 105e368247
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ static void gather_common_timing(struct sys_info *sysinfo,
!= SPD_STATUS_OK) {
/* Try again with SMBUS byte read */
printk(BIOS_DEBUG, "i2c block operation failed,"
"trying smbus byte operation.\n");
" trying smbus byte operation.\n");
for (j = 0; j < 64; j++)
raw_spd[j] = spd_read_byte(device, j);
if (IS_ENABLED(CONFIG_DEBUG_RAM_SETUP))