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 15:
(4 comments)
File src/soc/sifive/fu540/ux00ddr.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162472): https://review.coreboot.org/c/coreboot/+/63074/comment/f4b8a1e3_8bf101c0 PS15, Line 179: /* char slicelsc = '0'; */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162472): https://review.coreboot.org/c/coreboot/+/63074/comment/1024eb7d_60fd94dc PS15, Line 180: /* char slicemsc = '0'; */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162472): https://review.coreboot.org/c/coreboot/+/63074/comment/5268fac5_6b7cd844 PS15, Line 181: /* slicelsc += (dq % 10); */ code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162472): https://review.coreboot.org/c/coreboot/+/63074/comment/1315decc_2dd90ecb PS15, Line 182: /* slicemsc += (dq / 10); */ code indent should use tabs where possible