Re: [PATCH 05/18] target/riscv: Coding style fixes in csr.c

2023-02-16 Thread LIU Zhiwei
On 2023/2/14 2:02, Bin Meng wrote: Fix various places that violate QEMU coding style: - correct multi-line comment format - indent to opening parenthesis Signed-off-by: Bin Meng --- target/riscv/csr.c | 62 -- 1 file changed, 32 insertions(+),

Re: [PATCH 05/18] target/riscv: Coding style fixes in csr.c

2023-02-14 Thread weiwei
On 2023/2/14 02:02, Bin Meng wrote: Fix various places that violate QEMU coding style: - correct multi-line comment format - indent to opening parenthesis Signed-off-by: Bin Meng Reviewed-by: Weiwei Li Regards, Weiwei Li --- target/riscv/csr.c | 62

[PATCH 05/18] target/riscv: Coding style fixes in csr.c

2023-02-13 Thread Bin Meng
Fix various places that violate QEMU coding style: - correct multi-line comment format - indent to opening parenthesis Signed-off-by: Bin Meng --- target/riscv/csr.c | 62 -- 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/target/risc