Attention is currently required from: Martin L Roth.
ron minnich has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/80011?usp=email )
Change subject: arch/riscv: Reformat C files with clang-format v16 ......................................................................
Patch Set 1:
(2 comments)
File src/arch/riscv/misaligned.c:
https://review.coreboot.org/c/coreboot/+/80011/comment/ce6d4e61_d398e356 : PS1, Line 150: if ((EXTRACT_FIELD(ins, 0x3) == 3) && (EXTRACT_FIELD(ins, 0x1c) != 0x7)) {
this is great :-)
Done
File src/arch/riscv/virtual_memory.c:
https://review.coreboot.org/c/coreboot/+/80011/comment/ce71c59e_2728a303 : PS1, Line 16: static int delegate = 0 | (1 << CAUSE_MISALIGNED_FETCH) | (1 << CAUSE_FETCH_ACCESS) |
this is a rare time that I'll confess to disliking the results of clangfmt. […]
Done