Attention is currently required from: Edward O'Callaghan, Angel Pons, Anastasia Klimchuk.
Patch set 3:Code-Review +1
View Change
3 comments:
File tests/chip.c:
Patch Set #1, Line 246: };
Yes right, they started to repeat once more tests have been added. I created CB:57437 for this.
Thanks. Often it's better to clean up first, though. Doesn't matter for this
chain anymore ;) My rule of thumb: if you have to touch many lines again later
in the chain, the order is probably wrong.
File tests/tests.c:
Patch Set #3, Line 185: len
This is `nmemb` (according to manpage). `len` is easy to confuse with
a length in bytes.
Patch Set #3, Line 188: size * len
This should return just `len` (actually `nmemb`). It only works because
flashrom passes 1 as `size`.
To view, visit change 57326. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ia57781ebc670c7bd6197e56fe8a20651a425c756
Gerrit-Change-Number: 57326
Gerrit-PatchSet: 3
Gerrit-Owner: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@mailbox.org>
Gerrit-Attention: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Attention: Angel Pons <th3fanbus@gmail.com>
Gerrit-Attention: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Comment-Date: Sun, 12 Sep 2021 12:17:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Nico Huber <nico.h@gmx.de>
Comment-In-Reply-To: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-MessageType: comment