Re: [PATCH for-6.2 01/10] linux-user: Fix coding style nits in qemu.h

2021-07-18 Thread Philippe Mathieu-Daudé
On 7/18/21 1:20 AM, Peter Maydell wrote: > We're about to move a lot of the code in qemu.h out into different > header files; fix the coding style nits first so that checkpatch > is happy with the pure code-movement patches. This is mostly > block-comment style but also a few whitespace issues. >

[PATCH for-6.2 01/10] linux-user: Fix coding style nits in qemu.h

2021-07-17 Thread Peter Maydell
We're about to move a lot of the code in qemu.h out into different header files; fix the coding style nits first so that checkpatch is happy with the pure code-movement patches. This is mostly block-comment style but also a few whitespace issues. Signed-off-by: Peter Maydell --- I didn't clean th