Attention is currently required from: Zheng Bao.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/71648 )
Change subject: amdfwtool: Change "fall through" to "fallthrough" ......................................................................
Patch Set 1:
(7 comments)
File util/amdfwtool/amdfwtool.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-167593): https://review.coreboot.org/c/coreboot/+/71648/comment/5e9925ec_15d7f293 PS1, Line 2461: case 0: /* Fallthrough */ Prefer 'fallthrough;' over fallthrough comment
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-167593): https://review.coreboot.org/c/coreboot/+/71648/comment/2b9a8e20_8e787145 PS1, Line 2462: case 0xFFFA0000: /* Fallthrough */ Prefer 'fallthrough;' over fallthrough comment
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-167593): https://review.coreboot.org/c/coreboot/+/71648/comment/5610b3aa_1c66d7e8 PS1, Line 2463: case 0xFFF20000: /* Fallthrough */ Prefer 'fallthrough;' over fallthrough comment
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-167593): https://review.coreboot.org/c/coreboot/+/71648/comment/1050c2ae_ff588bc6 PS1, Line 2464: case 0xFFE20000: /* Fallthrough */ Prefer 'fallthrough;' over fallthrough comment
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-167593): https://review.coreboot.org/c/coreboot/+/71648/comment/a8e493f1_2839e675 PS1, Line 2465: case 0xFFC20000: /* Fallthrough */ Prefer 'fallthrough;' over fallthrough comment
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-167593): https://review.coreboot.org/c/coreboot/+/71648/comment/0303beea_0ece65e1 PS1, Line 2466: case 0xFF820000: /* Fallthrough */ Prefer 'fallthrough;' over fallthrough comment
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-167593): https://review.coreboot.org/c/coreboot/+/71648/comment/03b97e1b_20daf7a2 PS1, Line 2467: case 0xFF020000: /* Fallthrough */ Prefer 'fallthrough;' over fallthrough comment