Re: [PATCH 1/5] target/arm: Fix code style issues in debug helper functions

2022-07-02 Thread Richard Henderson
On 7/1/22 01:11, Peter Maydell wrote: Before moving debug system register helper functions to a different file, fix the code style issues (mostly block comment syntax) so checkpatch doesn't complain about the code-motion patch. Signed-off-by: Peter Maydell --- target/arm/helper.c | 58

[PATCH 1/5] target/arm: Fix code style issues in debug helper functions

2022-06-30 Thread Peter Maydell
Before moving debug system register helper functions to a different file, fix the code style issues (mostly block comment syntax) so checkpatch doesn't complain about the code-motion patch. Signed-off-by: Peter Maydell --- target/arm/helper.c | 58 + 1