/: Remove extra space after comma

Change-Id: Ic64625bdaf8c4e9f8a5c1c22cece7f4070012da7
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69903
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes Haouas
2022-11-22 17:36:02 +01:00
committed by Eric Lai
parent cc22607dbf
commit 8b8ada6fdb
10 changed files with 11 additions and 11 deletions

View File

@ -93,7 +93,7 @@ static int load_one_segment(uint8_t *dest,
break;
}
default:
printk(BIOS_INFO, "CBFS: Unknown compression type %d\n", compression);
printk(BIOS_INFO, "CBFS: Unknown compression type %d\n", compression);
return 0;
}
/* Calculate middle after any changes to len. */