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:
@@ -788,7 +788,7 @@ static int ich_hwseq_read(const struct spi_flash *flash, u32 addr, size_t len,
|
|||||||
printk(BIOS_ERR,
|
printk(BIOS_ERR,
|
||||||
"Attempt to read %x-%x which is out of chip\n",
|
"Attempt to read %x-%x which is out of chip\n",
|
||||||
(unsigned int)addr,
|
(unsigned int)addr,
|
||||||
(unsigned int)addr+(unsigned int) len);
|
(unsigned int)addr+(unsigned int)len);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user