On 07/08/2021 13.09, Philippe Mathieu-Daudé wrote:
We are going to modify this function, fix its style first.
Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org>
---
disas/nios2.c | 53 +++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 27 deletions(-)
I guess it'd make sense to either re-indent the whole file or to bite the
bullet and life with the checkpatch warnings here ... otherwise you now have
one function that matches the QEMU coding style while the rest of the file
looks completely different.
OTOH, we still can clean that up later, so in case you want to keep this patch:
Reviewed-by: Thomas Huth <th...@redhat.com>