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 19:
(4 comments)
File src/soc/sifive/fu540/ux00ddr.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162514): https://review.coreboot.org/c/coreboot/+/63074/comment/02aff3ae_620e2cbe PS19, Line 179: /* char slicelsc = '0'; */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162514): https://review.coreboot.org/c/coreboot/+/63074/comment/9e721d66_bad140b7 PS19, Line 180: /* char slicemsc = '0'; */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162514): https://review.coreboot.org/c/coreboot/+/63074/comment/4130f760_b78b11a6 PS19, Line 181: /* slicelsc += (dq % 10); */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162514): https://review.coreboot.org/c/coreboot/+/63074/comment/ed2024f9_a5455512 PS19, Line 182: /* slicemsc += (dq / 10); */ code indent should use tabs where possible