1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-30 16:33:41 +02:00

flashchips.c: Make whitespace consistent

For consistency, and to make the file amenable to manipulation by tools,
use only tabs when indenting. Some previous changes had introduced
spaces for indenting.

Also ensure that every table entry is separated by a single blank line.

Signed-off-by: Alan Green <avg@google.com>
Change-Id: Ib2193798cc52641d6c443f8851903c749b31cb74
Reviewed-on: https://review.coreboot.org/c/flashrom/+/33828
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Alan Green 2019-06-27 15:41:50 +10:00 committed by Nico Huber
parent f75d8c5587
commit fa3fcd3ab3

View File

@ -11037,6 +11037,7 @@ const struct flashchip flashchips[] = {
.read = spi_chip_read, /* Fast read (0x0B), dual I/O supported */ .read = spi_chip_read, /* Fast read (0x0B), dual I/O supported */
.voltage = {2700, 3600}, .voltage = {2700, 3600},
}, },
{ {
.vendor = "PMC", .vendor = "PMC",
.name = "Pm25LD512(C)", .name = "Pm25LD512(C)",
@ -13617,6 +13618,7 @@ const struct flashchip flashchips[] = {
.read = spi_chip_read, /* Fast read (0x0B) and multi I/O supported */ .read = spi_chip_read, /* Fast read (0x0B) and multi I/O supported */
.voltage = {2700, 3600}, .voltage = {2700, 3600},
}, },
{ {
.vendor = "SST", .vendor = "SST",
.name = "SST26VF032B(A)", .name = "SST26VF032B(A)",
@ -13655,7 +13657,6 @@ const struct flashchip flashchips[] = {
.voltage = {2700, 3600}, .voltage = {2700, 3600},
}, },
{ {
.vendor = "SST", .vendor = "SST",
.name = "SST26VF064B(A)", .name = "SST26VF064B(A)",
@ -14789,6 +14790,7 @@ const struct flashchip flashchips[] = {
.read = read_memmapped, .read = read_memmapped,
.voltage = {4500, 5500}, .voltage = {4500, 5500},
}, },
{ {
/* FIXME: this has WORD/BYTE sequences; 2AA for word, 555 for byte */ /* FIXME: this has WORD/BYTE sequences; 2AA for word, 555 for byte */
.vendor = "ST", .vendor = "ST",
@ -16527,6 +16529,7 @@ const struct flashchip flashchips[] = {
.read = spi_chip_read, /* Fast read (0x0B) supported */ .read = spi_chip_read, /* Fast read (0x0B) supported */
.voltage = {2700, 3600}, .voltage = {2700, 3600},
}, },
{ {
.vendor = "Winbond", .vendor = "Winbond",
.name = "W29C512A/W29EE512", .name = "W29C512A/W29EE512",