[coreboot-gerrit] Patch set updated for coreboot: ec/lenovo/h8: fix whitespaces/tabs

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Sun Oct 16 07:52:15 CEST 2016


Alexander Couzens (lynxis at fe80.eu) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17037

-gerrit

commit 73abeec5268a97dc5d2de55d9fbce669e1c5290e
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Sun Oct 16 07:46:00 2016 +0200

    ec/lenovo/h8: fix whitespaces/tabs
    
    Change-Id: Ib60061fa60e81e36234355aeecd6fefad8f5fed1
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 src/ec/lenovo/h8/h8.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ec/lenovo/h8/h8.c b/src/ec/lenovo/h8/h8.c
index 5cb31f9..481793f 100644
--- a/src/ec/lenovo/h8/h8.c
+++ b/src/ec/lenovo/h8/h8.c
@@ -166,7 +166,7 @@ u8 h8_build_id_and_function_spec_version(char *buf, u8 buf_len)
 	for (i = 0; i < 8; i++) {
 		c = ec_read(0xf0 + i);
 		if (c < 0x20 || c > 0x7f) {
-		  i = snprintf(str, sizeof (str), "*INVALID");
+			i = snprintf(str, sizeof (str), "*INVALID");
 			break;
 		}
 		str[i] = c;
@@ -316,7 +316,7 @@ static void h8_enable(struct device *dev)
 	h8_usb_power_enable(1);
 
 #if !IS_ENABLED(CONFIG_H8_DOCK_EARLY_INIT)
-	h8_mainboard_init_dock ();
+	h8_mainboard_init_dock();
 #endif
 }
 



More information about the coreboot-gerrit mailing list