build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/25105 )
Change subject: drivers/spi: Winbond specific write-protection enable ......................................................................
Patch Set 22:
(7 comments)
https://review.coreboot.org/#/c/25105/22/src/drivers/spi/winbond.c File src/drivers/spi/winbond.c:
https://review.coreboot.org/#/c/25105/22/src/drivers/spi/winbond.c@33 PS22, Line 33: #define CMD_VOLATILE_SREG_WREN 0x50 /* Write Enable for Volatile Status Register */ line over 80 characters
https://review.coreboot.org/#/c/25105/22/src/drivers/spi/winbond.c@502 PS22, Line 502: val = (union status_reg1_bp3){ .bp = bp, .tb = tb, .sec = 0 }.u; space required after that close brace '}'
https://review.coreboot.org/#/c/25105/22/src/drivers/spi/winbond.c@503 PS22, Line 503: mask = (union status_reg1_bp3){ .bp = ~0, .tb = 1, .sec = 1 }.u; space required after that close brace '}'
https://review.coreboot.org/#/c/25105/22/src/drivers/spi/winbond.c@505 PS22, Line 505: val = (union status_reg1_bp4){ .bp = bp, .tb = tb }.u; space required after that close brace '}'
https://review.coreboot.org/#/c/25105/22/src/drivers/spi/winbond.c@506 PS22, Line 506: mask = (union status_reg1_bp4){ .bp = ~0, .tb = 1 }.u; space required after that close brace '}'
https://review.coreboot.org/#/c/25105/22/src/drivers/spi/winbond.c@513 PS22, Line 513: val = (union status_reg2){ .cmp = cmp }.u; space required after that close brace '}'
https://review.coreboot.org/#/c/25105/22/src/drivers/spi/winbond.c@514 PS22, Line 514: mask = (union status_reg2){ .cmp = 1 }.u; space required after that close brace '}'