Attention is currently required from: Philipp Hug, Julius Werner, ron minnich.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69816 )
Change subject: src/arch: Remove unnecessary space after casts ......................................................................
Patch Set 1:
(2 comments)
File src/arch/riscv/trap_handler.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164044): https://review.coreboot.org/c/coreboot/+/69816/comment/da357945_ea8dc0eb PS1, Line 67: printk(BIOS_DEBUG, "Stored ra: %p\n", (void*)tf->gpr[1]); "(foo*)" should be "(foo *)"
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-164044): https://review.coreboot.org/c/coreboot/+/69816/comment/93ebb155_5c77bd2e PS1, Line 68: printk(BIOS_DEBUG, "Stored sp: %p\n", (void*)tf->gpr[2]); "(foo*)" should be "(foo *)"