Re: [PATCH 4/5] target/arm/cpu: Update coding style to make checkpatch.pl happy

2021-02-02 Thread Peter Maydell
On Sun, 31 Jan 2021 at 16:44, Philippe Mathieu-Daudé wrote: > > We will move this code in the next commit. Clean it up > first to avoid checkpatch.pl errors. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/arm/cpu.c | 12 Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 4/5] target/arm/cpu: Update coding style to make checkpatch.pl happy

2021-01-31 Thread Philippe Mathieu-Daudé
We will move this code in the next commit. Clean it up first to avoid checkpatch.pl errors. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/cpu.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index d0853fae5ae..2d8312267