summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/at24rf08c/lenovo_serials.c
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2014-02-02 11:48:48 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2014-02-02 12:26:08 +0100
commit25fc8d181fde674fb35ad56c841ffb3b4b0489e9 (patch)
treeba7352235e703022c4f1e0d7a0161364fc5250f0 /src/drivers/i2c/at24rf08c/lenovo_serials.c
parent566b4f008f51a5ea3eee9356ed80322f34c36017 (diff)
downloadcoreboot-25fc8d181fde674fb35ad56c841ffb3b4b0489e9.tar.gz
coreboot-25fc8d181fde674fb35ad56c841ffb3b4b0489e9.tar.bz2
coreboot-25fc8d181fde674fb35ad56c841ffb3b4b0489e9.zip
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@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/5092 Tested-by: build bot (Jenkins) Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
Diffstat (limited to 'src/drivers/i2c/at24rf08c/lenovo_serials.c')
-rw-r--r--src/drivers/i2c/at24rf08c/lenovo_serials.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/at24rf08c/lenovo_serials.c b/src/drivers/i2c/at24rf08c/lenovo_serials.c
index 0aab9821232e..8c63d7d4c5e2 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;