1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 22:21:16 +02:00

flashchips.c: Add comma after every .voltage attribute

To allow automated tools to manipulate flashchips.c, ensure that every
voltage attribute ends with a comma, even if it is the last member in
the definition.

Signed-off-by: Alan Green <avg@google.com>
Change-Id: Ie609d11ab846361f375f7b024d6ca55f83b01682
Reviewed-on: https://review.coreboot.org/c/flashrom/+/33832
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
Alan Green
2019-06-27 12:09:13 +10:00
committed by Edward O'Callaghan
parent 86bf6ab887
commit f5ad688f8b

View File

@ -525,7 +525,7 @@ const struct flashchip flashchips[] = {
},
.write = write_jedec_1,
.read = read_memmapped,
.voltage = {3000, 3600} /* 3.0-3.6V for type -70R, others 2.7-3.6V */
.voltage = {3000, 3600}, /* 3.0-3.6V for type -70R, others 2.7-3.6V */
},
{
@ -557,7 +557,7 @@ const struct flashchip flashchips[] = {
},
.write = write_jedec_1,
.read = read_memmapped,
.voltage = {3000, 3600} /* 3.0-3.6V for type -70R, others 2.7-3.6V */
.voltage = {3000, 3600}, /* 3.0-3.6V for type -70R, others 2.7-3.6V */
},
{