Attention is currently required from: Angel Pons.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69813 )
Change subject: src/northbridge: Remove unnecessary space after casts ......................................................................
Patch Set 1:
(2 comments)
File src/northbridge/intel/haswell/report_platform.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164038): https://review.coreboot.org/c/coreboot/+/69813/comment/3658919a_7877a6f9 PS1, Line 25: u32 *p = (u32*)cpu_string; "(foo*)" should be "(foo *)"
File src/northbridge/intel/sandybridge/raminit_common.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164038): https://review.coreboot.org/c/coreboot/+/69813/comment/9b93ac1d_b60d7b53 PS1, Line 2825: mchbar_write32(PM_PDWN_CONFIG, get_power_down_mode(ctrl)<< 8 | 64); need consistent spacing around '<<' (ctx:VxW)