build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30150 )
Change subject: arch/x86/smbios: Add SMBIOS type for QCA6174A ......................................................................
Patch Set 1:
(12 comments)
https://review.coreboot.org/#/c/30150/1/src/arch/x86/smbios.c File src/arch/x86/smbios.c:
https://review.coreboot.org/#/c/30150/1/src/arch/x86/smbios.c@479 PS1, Line 479: trailing whitespace
https://review.coreboot.org/#/c/30150/1/src/arch/x86/smbios.c@489 PS1, Line 489: t->board_file_extension = smbios_add_string(t->eos, smbios_bdf_extension()); line over 80 characters
https://review.coreboot.org/#/c/30150/1/src/arch/x86/smbios.c@490 PS1, Line 490: trailing whitespace
https://review.coreboot.org/#/c/30150/1/src/arch/x86/smbios.c@778 PS1, Line 778: trailing whitespace
https://review.coreboot.org/#/c/30150/1/src/include/smbios.h File src/include/smbios.h:
https://review.coreboot.org/#/c/30150/1/src/include/smbios.h@207 PS1, Line 207: SMBIOS_END_OF_TABLE = 127, trailing whitespace
https://review.coreboot.org/#/c/30150/1/src/mainboard/google/kahlee/variants... File src/mainboard/google/kahlee/variants/baseboard/mainboard.c:
https://review.coreboot.org/#/c/30150/1/src/mainboard/google/kahlee/variants... PS1, Line 102: { trailing whitespace
https://review.coreboot.org/#/c/30150/1/src/mainboard/google/kahlee/variants... PS1, Line 103: return "BDF_GO_LIARA"; code indent should use tabs where possible
https://review.coreboot.org/#/c/30150/1/src/mainboard/google/kahlee/variants... PS1, Line 103: return "BDF_GO_LIARA"; please, no spaces at the start of a line
https://review.coreboot.org/#/c/30150/1/src/mainboard/google/kahlee/variants... PS1, Line 108: return 0x00; code indent should use tabs where possible
https://review.coreboot.org/#/c/30150/1/src/mainboard/google/kahlee/variants... PS1, Line 108: return 0x00; please, no spaces at the start of a line
https://review.coreboot.org/#/c/30150/1/src/mainboard/google/kahlee/variants... PS1, Line 113: return 0x00; code indent should use tabs where possible
https://review.coreboot.org/#/c/30150/1/src/mainboard/google/kahlee/variants... PS1, Line 113: return 0x00; please, no spaces at the start of a line