summaryrefslogtreecommitdiffstats
path: root/it85spi.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-28 16:52:21 +0200
committerNico Huber <nico.h@gmx.de>2018-06-24 13:44:51 +0000
commitac01baa073b0f154ffd3ffdc7c9e75987f8b525c (patch)
treec81104f7a8f08db2c6f0cc5d59f8f0e3fe7ea494 /it85spi.c
parentb0247b3acbc7d8d9f8da1db48a9b81c5f2e24a38 (diff)
downloadflashrom-ac01baa073b0f154ffd3ffdc7c9e75987f8b525c.tar.gz
flashrom-ac01baa073b0f154ffd3ffdc7c9e75987f8b525c.tar.bz2
flashrom-ac01baa073b0f154ffd3ffdc7c9e75987f8b525c.zip
Remove unneeded white spaces
Change-Id: I90f171924790ced74a62ca344fee8607607aa480 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26652 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'it85spi.c')
-rw-r--r--it85spi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/it85spi.c b/it85spi.c
index f7bc8cbfc..e47cabbdb 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)