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 22: Verified-1
(4 comments)
File src/soc/sifive/fu540/ux00ddr.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162811): https://review.coreboot.org/c/coreboot/+/63074/comment/74ed68ec_1a06bea8 PS22, Line 179: /* char slicelsc = '0'; */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162811): https://review.coreboot.org/c/coreboot/+/63074/comment/8b0403b0_a65abdae PS22, Line 180: /* char slicemsc = '0'; */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162811): https://review.coreboot.org/c/coreboot/+/63074/comment/3998330e_30956a0b PS22, Line 181: /* slicelsc += (dq % 10); */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162811): https://review.coreboot.org/c/coreboot/+/63074/comment/92292358_013892ea PS22, Line 182: /* slicemsc += (dq / 10); */ code indent should use tabs where possible