build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33382 )
Change subject: [WIP] mb/google/{sarien, arcada} Fix for SSD can't be detected issue ......................................................................
Patch Set 1:
(3 comments)
https://review.coreboot.org/#/c/33382/1/src/mainboard/google/sarien/ramstage... File src/mainboard/google/sarien/ramstage.c:
https://review.coreboot.org/#/c/33382/1/src/mainboard/google/sarien/ramstage... PS1, Line 83: static void ssd_reset(void* unused) "foo* bar" should be "foo *bar"
https://review.coreboot.org/#/c/33382/1/src/mainboard/google/sarien/romstage... File src/mainboard/google/sarien/romstage.c:
https://review.coreboot.org/#/c/33382/1/src/mainboard/google/sarien/romstage... PS1, Line 66: if(ps) { space required before the open parenthesis '('
https://review.coreboot.org/#/c/33382/1/src/mainboard/google/sarien/romstage... PS1, Line 72: else { else should follow close brace '}'