build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63474 )
Change subject: cpu/x86/smm: Refactor creating a stub/save state map ......................................................................
Patch Set 1:
(2 comments)
File src/cpu/x86/smm/smm_module_loader.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145791): https://review.coreboot.org/c/coreboot/+/63474/comment/0c5174ec_246430b5 PS1, Line 106: const size_t cpus_per_segment = (SMM_CODE_SEGMENT_SIZE - SMM_ENTRY_OFFSET) / needed_ss_size; line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-145791): https://review.coreboot.org/c/coreboot/+/63474/comment/ee342afe_2dd626a2 PS1, Line 127: printk(BIOS_DEBUG, " Stub [0x%lx-0x%lx[\n", cpus[i].code_start, cpus[i].code_end); line over 96 characters