Re: [PATCH 13/19] target/mips: Fix code style for checkpatch.pl

2020-12-08 Thread Richard Henderson
On 12/6/20 5:39 PM, Philippe Mathieu-Daudé wrote: > We are going to move this code, fix its style first. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/translate_init.c.inc | 36 > 1 file changed, 18 insertions(+), 18 deletions(-) Reviewed-by: Ric

[PATCH 13/19] target/mips: Fix code style for checkpatch.pl

2020-12-06 Thread Philippe Mathieu-Daudé
We are going to move this code, fix its style first. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/translate_init.c.inc | 36 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/target/mips/translate_init.c.inc b/target/mips/translate_init.c.i