[coreboot-gerrit] New patch to review for coreboot: ec/google: Move label to BOL to satisfy lint-tests

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Oct 13 22:16:42 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11886

-gerrit

commit f49d3e58437637ba7773c20f906122f5998327cd
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Tue Oct 13 22:14:22 2015 +0200

    ec/google: Move label to BOL to satisfy lint-tests
    
    Change-Id: I3a42ba9494b5174920e36e3110b8d62d721fe742
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/ec/google/chromeec/ec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ec/google/chromeec/ec.c b/src/ec/google/chromeec/ec.c
index e1006dc..3af5325 100644
--- a/src/ec/google/chromeec/ec.c
+++ b/src/ec/google/chromeec/ec.c
@@ -242,7 +242,7 @@ int google_chromeec_vbnv_context(int is_read, uint8_t *data, int len)
 	if (len != EC_VBNV_BLOCK_SIZE)
 		return -1;
 
- retry:
+retry:
 	cec_cmd.cmd_code = EC_CMD_VBNV_CONTEXT;
 	cec_cmd.cmd_version = EC_VER_VBNV_CONTEXT;
 	cec_cmd.cmd_data_in = &cmd_vbnvcontext;



More information about the coreboot-gerrit mailing list