From ac01baa073b0f154ffd3ffdc7c9e75987f8b525c Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 28 May 2018 16:52:21 +0200 Subject: Remove unneeded white spaces Change-Id: I90f171924790ced74a62ca344fee8607607aa480 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26652 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Nico Huber --- it85spi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'it85spi.c') diff --git a/it85spi.c b/it85spi.c index f7bc8cbf..e47cabbd 100644 --- a/it85spi.c +++ b/it85spi.c @@ -53,8 +53,8 @@ * IBF is set to 1 when the host CPU sends a command to the input buffer * of the EC. IBF is cleared to 0 once the command is read by the EC. */ -#define KB_IBF (1 << 1) /* Input Buffer Full */ -#define KB_OBF (1 << 0) /* Output Buffer Full */ +#define KB_IBF (1 << 1) /* Input Buffer Full */ +#define KB_OBF (1 << 0) /* Output Buffer Full */ /* IT8502 supports two access modes: * LPC_MEMORY: through the memory window in 0xFFFFFxxx (follow mode) -- cgit v1.2.3