summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-03-27 12:15:09 +0200
committerNico Huber <nico.h@gmx.de>2018-04-24 20:18:58 +0000
commit124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b (patch)
tree980f498681fcc053ec1e591e22bb16afbef0a191 /flashchips.c
parent3f7e3419887c6d37330387f8e32c86ba47bdf70c (diff)
downloadflashrom-124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b.tar.gz
flashrom-124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b.tar.bz2
flashrom-124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b.zip
Fix whitespace errors
Change-Id: Ic2d3bb9d8581a0471a8568a130f893b34dddf113 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/25380 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flashchips.c b/flashchips.c
index 70057d490..98a41a9d0 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -3068,7 +3068,7 @@ const struct flashchip flashchips[] = {
}
},
.printlock = printlock_at49f,
- .write = write_jedec_1,
+ .write = write_jedec_1,
.read = read_memmapped,
.voltage = {4500, 5500},
},
@@ -13833,7 +13833,7 @@ const struct flashchip flashchips[] = {
.name = "SST49LF080A",
.bustype = BUS_LPC, /* A/A Mux */
.manufacture_id = SST_ID,
- .model_id = SST_SST49LF080A,
+ .model_id = SST_SST49LF080A,
.total_size = 1024,
.page_size = 4096,
.feature_bits = FEATURE_EITHER_RESET,