build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33282 )
Change subject: spi_flash: Make .read() callback optional ......................................................................
Patch Set 2:
(3 comments)
https://review.coreboot.org/#/c/33282/2/src/drivers/spi/spi_flash.c File src/drivers/spi/spi_flash.c:
https://review.coreboot.org/#/c/33282/2/src/drivers/spi/spi_flash.c@101 PS2, Line 101: int (*do_cmd)(const struct spi_slave * spi, const void * din, "foo * bar" should be "foo *bar"
https://review.coreboot.org/#/c/33282/2/src/drivers/spi/spi_flash.c@101 PS2, Line 101: int (*do_cmd)(const struct spi_slave * spi, const void * din, "foo * bar" should be "foo *bar"
https://review.coreboot.org/#/c/33282/2/src/drivers/spi/spi_flash.c@102 PS2, Line 102: size_t in_bytes, void * out, size_t out_bytes); "foo * bar" should be "foo *bar"