Re: [PATCH v2 05/20] target/mips: Clean up op_helper.c

2019-09-25 Thread Philippe Mathieu-Daudé
Hi Aleksandar, On 9/25/19 2:45 PM, Aleksandar Markovic wrote: > From: Aleksandar Markovic > > Mostly fix errors and warnings reported by 'checkpatch.pl -f'. > > Signed-off-by: Aleksandar Markovic > --- > target/mips/op_helper.c | 913 > > 1 fi

[PATCH v2 05/20] target/mips: Clean up op_helper.c

2019-09-25 Thread Aleksandar Markovic
From: Aleksandar Markovic Mostly fix errors and warnings reported by 'checkpatch.pl -f'. Signed-off-by: Aleksandar Markovic --- target/mips/op_helper.c | 913 1 file changed, 606 insertions(+), 307 deletions(-) diff --git a/target/mips/op_helpe