Anastasia Klimchuk has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/47657 )
Change subject: it85spi.c: Reorder functions with primitives at the top ......................................................................
Patch Set 2:
(2 comments)
Thank you!
https://review.coreboot.org/c/flashrom/+/47657/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/flashrom/+/47657/1//COMMIT_MSG@7 PS1, Line 7: Changing the order of functions
Reorder functions with primitives at the top
Done
https://review.coreboot.org/c/flashrom/+/47657/1//COMMIT_MSG@9 PS1, Line 9: This only changes the order of functions in the file, not what : they are doing. With this order, prototype for it85xx_spi_send_command : is not needed. : Moreover the change cleans-up a way for a later work to : refactor singleton states into reentrant pattern.
Reshuffle file with no semantic changes, this avoids unnecessary prototypes for static member functi […]
Done