build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44309 )
Change subject: src/cpu/x86/mtrr: Convert to 96 characters line length ......................................................................
Patch Set 2:
(3 comments)
https://review.coreboot.org/c/coreboot/+/44309/2/src/cpu/x86/mtrr/mtrr.c File src/cpu/x86/mtrr/mtrr.c:
https://review.coreboot.org/c/coreboot/+/44309/2/src/cpu/x86/mtrr/mtrr.c@503 PS2, Line 503: calc_var_mtrr_range(&var_state, base, hole_end - base, dont_care); 'dont' may be misspelled - perhaps 'don't'?
https://review.coreboot.org/c/coreboot/+/44309/2/src/cpu/x86/mtrr/mtrr.c@505 PS2, Line 505: calc_var_mtrr_range(&var_state, hole, hole_end - hole, dont_care); 'dont' may be misspelled - perhaps 'don't'?
https://review.coreboot.org/c/coreboot/+/44309/2/src/cpu/x86/mtrr/mtrr.c@710 PS2, Line 710: printk(BIOS_WARNING, "Not enough MTRRs: %d vs %d\n", sol->num_used, total_mtrrs); line over 96 characters