[coreboot-gerrit] Patch set updated for coreboot: 5871b0e roda/rk886ex: Remove a trailing whitespace

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Tue Jul 22 18:51:21 CEST 2014


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6318

-gerrit

commit 5871b0e266ed3dd1101432cd13c00283ff0f41d1
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Tue Jul 22 18:50:47 2014 +0200

    roda/rk886ex: Remove a trailing whitespace
    
    Change-Id: If1a48d7ec27df46b2789522cb3ad645e03ef805d
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/mainboard/roda/rk886ex/m3885.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/roda/rk886ex/m3885.c b/src/mainboard/roda/rk886ex/m3885.c
index 2489a3c..9376c45 100644
--- a/src/mainboard/roda/rk886ex/m3885.c
+++ b/src/mainboard/roda/rk886ex/m3885.c
@@ -107,8 +107,8 @@ static u8 function_ram[] = {
 #define KBD_DATA	0x60
 #define KBD_SC		0x64
 
-#define   KBD_IBF	(1 << 1) // 1: input buffer full (data ready for ec)
-#define   KBD_OBF	(1 << 0) // 1: output buffer full (data ready for host)
+#define KBD_IBF	(1 << 1) // 1: input buffer full (data ready for ec)
+#define KBD_OBF	(1 << 0) // 1: output buffer full (data ready for host)
 
 static int send_kbd_command(u8 command)
 {



More information about the coreboot-gerrit mailing list