diff options
author | Alan Green <avg@google.com> | 2019-06-27 17:14:02 +1000 |
---|---|---|
committer | Edward O'Callaghan <quasisec@chromium.org> | 2019-07-04 04:32:22 +0000 |
commit | f29ea362bb9ea035b6a36f0eff88c6ab77bbb97f (patch) | |
tree | ed7eeb1e769ca400001f31c54985655f20f69f04 /flashchips.c | |
parent | c1863cad848a03a07e6d1a9b24dafaac39d62a94 (diff) | |
download | flashrom-f29ea362bb9ea035b6a36f0eff88c6ab77bbb97f.tar.gz flashrom-f29ea362bb9ea035b6a36f0eff88c6ab77bbb97f.tar.bz2 flashrom-f29ea362bb9ea035b6a36f0eff88c6ab77bbb97f.zip |
flashchips.c: Make comment placement consistent
For consistency, move a comment about an entry from inside the open
brace to outside it.
Signed-off-by: Alan Green <avg@google.com>
Change-Id: Ie9a745b7e7dc752cfd6fc14ebeb04754179893c6
Reviewed-on: https://review.coreboot.org/c/flashrom/+/33837
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Diffstat (limited to 'flashchips.c')
-rw-r--r-- | flashchips.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index eaf04a87e..246f1397d 100644 --- a/flashchips.c +++ b/flashchips.c @@ -16607,7 +16607,8 @@ const struct flashchip flashchips[] = { .read = read_memmapped, }, - {/* W29EE011, W29EE012, W29C010M, W29C011A do not support probe_jedec according to the datasheet, but it works for newer(?) steppings. */ + /* W29EE011, W29EE012, W29C010M, W29C011A do not support probe_jedec according to the datasheet, but it works for newer(?) steppings. */ + { .vendor = "Winbond", .name = "W29C010(M)/W29C011A/W29EE011/W29EE012", .bustype = BUS_PARALLEL, |