build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/27972 )
Change subject: riscv: update misaligned memory access exception handling ......................................................................
Patch Set 20:
(5 comments)
https://review.coreboot.org/#/c/27972/20/src/arch/riscv/fp_asm.S File src/arch/riscv/fp_asm.S:
https://review.coreboot.org/#/c/27972/20/src/arch/riscv/fp_asm.S@27 PS20, Line 27: /* trailing whitespace
https://review.coreboot.org/#/c/27972/20/src/arch/riscv/misaligend.c File src/arch/riscv/misaligend.c:
https://review.coreboot.org/#/c/27972/20/src/arch/riscv/misaligend.c@45 PS20, Line 45: /* opcode/mask used to identify instruction, trailing whitespace
https://review.coreboot.org/#/c/27972/20/src/arch/riscv/misaligend.c@47 PS20, Line 47: uint32_t opcode; trailing whitespace
https://review.coreboot.org/#/c/27972/20/src/arch/riscv/misaligend.c@142 PS20, Line 142: for(i = 0; i < ARRAY_SIZE(insn_info); i++) space required before the open parenthesis '('
https://review.coreboot.org/#/c/27972/20/src/arch/riscv/misaligend.c@143 PS20, Line 143: if((insn_info[i].mask & insn) == insn_info[i].opcode) space required before the open parenthesis '('