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:
parent
ae7e7ccdc9
commit
105e368247
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue