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 23: Verified-1
(4 comments)
File src/soc/sifive/fu540/ux00ddr.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162822): https://review.coreboot.org/c/coreboot/+/63074/comment/4fb83407_c50245bf PS23, Line 179: /* char slicelsc = '0'; */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162822): https://review.coreboot.org/c/coreboot/+/63074/comment/41a9f6b6_5a8348ec PS23, Line 180: /* char slicemsc = '0'; */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162822): https://review.coreboot.org/c/coreboot/+/63074/comment/8cffa8fc_5c5c176b PS23, Line 181: /* slicelsc += (dq % 10); */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162822): https://review.coreboot.org/c/coreboot/+/63074/comment/1d096c7f_115f0ba0 PS23, Line 182: /* slicemsc += (dq / 10); */ code indent should use tabs where possible