diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2017-09-21 08:11:05 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-09-22 13:07:47 +0000 |
commit | 105e36824782e7a30b071dc589454b3a8ad720a8 (patch) | |
tree | 18cc955727663ea0c84bb4e233df736473435406 | |
parent | ae7e7ccdc937a7a927a7d94bcb8540e617589f35 (diff) | |
download | coreboot-105e36824782e7a30b071dc589454b3a8ad720a8.tar.xz |
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>
-rw-r--r-- | src/northbridge/intel/i945/raminit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/i945/raminit.c b/src/northbridge/intel/i945/raminit.c index a9d183cb31..ddbff7fe7e 100644 --- a/src/northbridge/intel/i945/raminit.c +++ b/src/northbridge/intel/i945/raminit.c @@ -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)) |