1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-28 15:33:42 +02:00

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>
This commit is contained in:
Elyes HAOUAS 2018-10-04 10:42:42 +02:00 committed by Nico Huber
parent 1a7fb6e0c3
commit 2f1d0076b3
2 changed files with 1 additions and 2 deletions

View File

@ -151,7 +151,7 @@ static int enable_flash_sis501(struct pci_dev *dev, const char *name)
tmp &= (~0x20); tmp &= (~0x20);
tmp |= 0x4; tmp |= 0x4;
sio_write(0x22, 0x70, tmp); sio_write(0x22, 0x70, tmp);
return ret; return ret;
} }

View File

@ -654,7 +654,6 @@ char *extract_param(const char *const *haystack, const char *needle, const char
return NULL; return NULL;
/* Needle followed by '='? */ /* Needle followed by '='? */
if (param_pos[needlelen] == '=') { if (param_pos[needlelen] == '=') {
/* Beginning of the string? */ /* Beginning of the string? */
if (param_pos == *haystack) if (param_pos == *haystack)
break; break;