[coreboot-gerrit] New patch to review for coreboot: b8b72c9 drivers/i2c/at24rf08c/lenovo_serials.c: Remove trailing whitespace

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sun Feb 2 12:00:41 CET 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5092

-gerrit

commit b8b72c98eb196e1d77e2b8387636227bad60777e
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sun Feb 2 11:48:48 2014 +0100

    drivers/i2c/at24rf08c/lenovo_serials.c: Remove trailing whitespace
    
    The trailing whitespace breaks the Git commit hook
    `util/lint/lint-stable-003-wihitespace`. So remove it.
    
    Change-Id: I70e4ac71529884a9a4fabf2aa9a4ea6e0323b9d4
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/drivers/i2c/at24rf08c/lenovo_serials.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/drivers/i2c/at24rf08c/lenovo_serials.c b/src/drivers/i2c/at24rf08c/lenovo_serials.c
index 0aab982..8c63d7d 100644
--- a/src/drivers/i2c/at24rf08c/lenovo_serials.c
+++ b/src/drivers/i2c/at24rf08c/lenovo_serials.c
@@ -35,7 +35,7 @@ static void at24rf08c_read_string(u8 bank, u8 start, u8 len, char *result)
 		printk(BIOS_WARNING, "EEPROM not found\n");
 		memcpy(result, "*INVALID*", sizeof ("*INVALID*"));
 		return;
-	} 
+	}
 
 	for (i = 0; i < len; i++) {
 		int t;



More information about the coreboot-gerrit mailing list