Re: [PATCH 2/5] target/arm: Fix coding style issues in gdbstub code in helper.c

2021-09-21 Thread Richard Henderson
On 9/21/21 9:28 AM, Peter Maydell wrote: We're going to move this code to a different file; fix the coding style first so checkpatch doesn't complain. This includes deleting the spurious 'break' statements after returns in the vfp_gdb_get_reg() function. Signed-off-by: Peter Maydell --- targe

Re: [PATCH 2/5] target/arm: Fix coding style issues in gdbstub code in helper.c

2021-09-21 Thread Philippe Mathieu-Daudé
On 9/21/21 18:28, Peter Maydell wrote: We're going to move this code to a different file; fix the coding style first so checkpatch doesn't complain. This includes deleting the spurious 'break' statements after returns in the vfp_gdb_get_reg() function. Signed-off-by: Peter Maydell --- target

[PATCH 2/5] target/arm: Fix coding style issues in gdbstub code in helper.c

2021-09-21 Thread Peter Maydell
We're going to move this code to a different file; fix the coding style first so checkpatch doesn't complain. This includes deleting the spurious 'break' statements after returns in the vfp_gdb_get_reg() function. Signed-off-by: Peter Maydell --- target/arm/helper.c | 23 ---