Re: [Qemu-devel] [PATCH 04/10] hw/mips/gt64xxx_pci: Fix 'spaces' coding style issues

2019-06-24 Thread Aleksandar Markovic
On Jun 25, 2019 12:29 AM, "Philippe Mathieu-Daudé" wrote: > > Since we'll move this code around, fix its style first: > > ERROR: space prohibited between function name and open parenthesis > ERROR: line over 90 characters > > Signed-off-by: Philippe Mathieu-Daudé > --- Reviewed-by: Aleksanda

[Qemu-devel] [PATCH 04/10] hw/mips/gt64xxx_pci: Fix 'spaces' coding style issues

2019-06-24 Thread Philippe Mathieu-Daudé
Since we'll move this code around, fix its style first: ERROR: space prohibited between function name and open parenthesis ERROR: line over 90 characters Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/gt64xxx_pci.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff -