Re: [Qemu-devel] [PATCH v3 10/39] target/cris: Reindent mmu.c

2019-05-09 Thread Alistair Francis
On Tue, May 7, 2019 at 5:13 PM Richard Henderson wrote: > > Fix all of the coding style errors in this file at once. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/cris/mmu.c | 479 +++--- > 1 file changed, 2

Re: [Qemu-devel] [PATCH v3 10/39] target/cris: Reindent mmu.c

2019-05-07 Thread Philippe Mathieu-Daudé
On 5/8/19 2:06 AM, Richard Henderson wrote: > Fix all of the coding style errors in this file at once. > > Signed-off-by: Richard Henderson > --- > target/cris/mmu.c | 479 +++--- > 1 file changed, 237 insertions(+), 242 deletions(-) > > diff --git a/targ

[Qemu-devel] [PATCH v3 10/39] target/cris: Reindent mmu.c

2019-05-07 Thread Richard Henderson
Fix all of the coding style errors in this file at once. Signed-off-by: Richard Henderson --- target/cris/mmu.c | 479 +++--- 1 file changed, 237 insertions(+), 242 deletions(-) diff --git a/target/cris/mmu.c b/target/cris/mmu.c index b8db908823..9cb73bbf