sb/intel/common: Remove space after a cast

Change-Id: Ic3e9570c110d8cded8c00e74fff29cc3a711582e
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77737
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
Elyes Haouas 2023-09-09 08:53:10 +02:00 committed by Felix Held
parent a254cc6672
commit f0ed273728
1 changed files with 1 additions and 1 deletions

View File

@ -788,7 +788,7 @@ static int ich_hwseq_read(const struct spi_flash *flash, u32 addr, size_t len,
printk(BIOS_ERR,
"Attempt to read %x-%x which is out of chip\n",
(unsigned int)addr,
(unsigned int)addr+(unsigned int) len);
(unsigned int)addr+(unsigned int)len);
return -1;
}