Attention is currently required from: Nico Huber. Edward O'Callaghan has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/59279 )
Change subject: pcidev: Move pci_card_find() from internal to canonical place ......................................................................
Patch Set 3:
(2 comments)
File pcidev.c:
https://review.coreboot.org/c/flashrom/+/59279/comment/30499dfe_fc162e09 PS1, Line 188: uint16_t card_vendor, uint16_t card_device)
Please fix indentation.
Done
File programmer.h:
https://review.coreboot.org/c/flashrom/+/59279/comment/d9710d5f_4ca8f634 PS1, Line 131: uint16_t card_vendor, uint16_t card_device);
IIRC, the rule was no line breaks in header files. To ease greppability.
Done