build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37175 )
Change subject: [TESTONLY] squashed kill CAR_GLOBAL_MIGRATION leftovers ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/37175/1/src/drivers/spi/tpm/tis.c File src/drivers/spi/tpm/tis.c:
https://review.coreboot.org/c/coreboot/+/37175/1/src/drivers/spi/tpm/tis.c@1... PS1, Line 12: static unsigned tpm_is_open; Prefer 'unsigned int' to bare use of 'unsigned'
https://review.coreboot.org/c/coreboot/+/37175/1/src/drivers/usb/ehci_debug.... File src/drivers/usb/ehci_debug.c:
https://review.coreboot.org/c/coreboot/+/37175/1/src/drivers/usb/ehci_debug.... PS1, Line 62: static struct ehci_debug_info * glob_dbg_info_p; "foo * bar" should be "foo *bar"