From 124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 27 Mar 2018 12:15:09 +0200 Subject: Fix whitespace errors Change-Id: Ic2d3bb9d8581a0471a8568a130f893b34dddf113 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/25380 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- ichspi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ichspi.c') diff --git a/ichspi.c b/ichspi.c index 5fe25f61..5abc5f82 100644 --- a/ichspi.c +++ b/ichspi.c @@ -712,7 +712,7 @@ static void ich_set_bbar(uint32_t min_addr) bbar_off = ICH9_REG_BBAR; break; } - + ichspi_bbar = mmio_readl(ich_spibar + bbar_off) & ~BBAR_MASK; if (ichspi_bbar) { msg_pdbg("Reserved bits in BBAR not zero: 0x%08x\n", @@ -737,7 +737,7 @@ static void ich_set_bbar(uint32_t min_addr) * may even crash. */ static void ich_read_data(uint8_t *data, int len, int reg0_off) - { +{ int i; uint32_t temp32 = 0; -- cgit v1.2.3