build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74209 )
Change subject: soc/intel/cmn: Implement an API to get ISHC version ......................................................................
Patch Set 1:
(2 comments)
File src/soc/intel/common/block/cse/cse.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-173325): https://review.coreboot.org/c/coreboot/+/74209/comment/81dbffff_a4abcae4 PS1, Line 1216: bool get_ishc_version(struct fw_version* resp_version) "foo* bar" should be "foo *bar"
File src/soc/intel/common/block/include/intelblocks/cse.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-173325): https://review.coreboot.org/c/coreboot/+/74209/comment/20b58e30_15d941dc PS1, Line 653: bool get_ishc_version(struct fw_version* resp_version); "foo* bar" should be "foo *bar"