Attention is currently required from: Arthur Heymans, Philipp Hug, ron minnich, Elyes Haouas.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/63074 )
Change subject: soc/sifive/ux00ddr.h: Remove set but unused variables ......................................................................
Patch Set 26:
(4 comments)
File src/soc/sifive/fu540/ux00ddr.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162985): https://review.coreboot.org/c/coreboot/+/63074/comment/4d1d7339_533df51a PS26, Line 179: /* char slicelsc = '0'; */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162985): https://review.coreboot.org/c/coreboot/+/63074/comment/f3c000c4_7141d377 PS26, Line 180: /* char slicemsc = '0'; */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162985): https://review.coreboot.org/c/coreboot/+/63074/comment/0cb97cd9_af79b16f PS26, Line 181: /* slicelsc += (dq % 10); */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162985): https://review.coreboot.org/c/coreboot/+/63074/comment/4bec7fac_011c49a7 PS26, Line 182: /* slicemsc += (dq / 10); */ code indent should use tabs where possible