Nico Huber has submitted this change and it was merged. ( https://review.coreboot.org/28707 )
Change subject: Remove unneeded whitespace ......................................................................
Remove unneeded whitespace
Change-Id: I0e72e3e3736a39685b7f166c5e6b06cc241b26be Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/28707 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de --- M chipset_enable.c M flashrom.c 2 files changed, 1 insertion(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
diff --git a/chipset_enable.c b/chipset_enable.c index 4b28924..b689aec 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -151,7 +151,7 @@ tmp &= (~0x20); tmp |= 0x4; sio_write(0x22, 0x70, tmp); - + return ret; }
diff --git a/flashrom.c b/flashrom.c index c41801a..59a7531 100644 --- a/flashrom.c +++ b/flashrom.c @@ -654,7 +654,6 @@ return NULL; /* Needle followed by '='? */ if (param_pos[needlelen] == '=') { - /* Beginning of the string? */ if (param_pos == *haystack) break;