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 --- it85spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it85spi.c') diff --git a/it85spi.c b/it85spi.c index 1cc87308e..fec3af9d5 100644 --- a/it85spi.c +++ b/it85spi.c @@ -54,7 +54,7 @@ /* The 8042 keyboard controller uses an input buffer and an output buffer to * communicate with the host CPU. Both buffers are 1-byte depth. That means - * IBF is set to 1 when the host CPU sends a command to the input buffer + * 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 */ -- cgit v1.2.3