Re: [Qemu-devel] [PATCH 1/4 v5] vmware_vga: Coding style cleanup

2012-11-03 Thread Blue Swirl
Thanks, applied this and the other three. On Sat, Nov 3, 2012 at 11:47 AM, BALATON Zoltan wrote: > Fix coding style as suggested by checkpatch.pl > > Signed-off-by: BALATON Zoltan > --- > hw/vmware_vga.c | 274 > ++- > 1 file changed, 150 in

[Qemu-devel] [PATCH 1/4 v5] vmware_vga: Coding style cleanup

2012-11-03 Thread BALATON Zoltan
Fix coding style as suggested by checkpatch.pl Signed-off-by: BALATON Zoltan --- hw/vmware_vga.c | 274 ++- 1 file changed, 150 insertions(+), 124 deletions(-) v5: rebased again diff --git a/hw/vmware_vga.c b/hw/vmware_vga.c index 34532e5..

[Qemu-devel] [PATCH 1/4 v5] vmware_vga: Coding style cleanup

2012-11-03 Thread BALATON Zoltan
Fix coding style as suggested by checkpatch.pl Signed-off-by: BALATON Zoltan --- hw/vmware_vga.c | 274 ++- 1 file changed, 150 insertions(+), 124 deletions(-) v5: rebased again diff --git a/hw/vmware_vga.c b/hw/vmware_vga.c index 34532e5..

Re: [Qemu-devel] [PATCH 1/4 v5] vmware_vga: Coding style cleanup

2012-11-03 Thread BALATON Zoltan
On Sat, 3 Nov 2012, Blue Swirl wrote: But this and the others introduce new problems: WARNING: suspect code indent for conditional statements (4, 9) #301: FILE: hw/vmware_vga.c:320: +for (line = h; line > 0; line--, src += bypl, dst += bypl) { memcpy(dst, src, width); WARNING: susp

[Qemu-devel] [PATCH 1/4 v5] vmware_vga: Coding style cleanup

2012-11-03 Thread BALATON Zoltan
Fix coding style as suggested by checkpatch.pl Signed-off-by: BALATON Zoltan --- hw/vmware_vga.c | 274 ++- 1 file changed, 150 insertions(+), 124 deletions(-) v5: rebased again diff --git a/hw/vmware_vga.c b/hw/vmware_vga.c index 34532e5..

Re: [Qemu-devel] [PATCH 1/4 v5] vmware_vga: Coding style cleanup

2012-11-03 Thread Blue Swirl
On Fri, Nov 2, 2012 at 1:20 AM, BALATON Zoltan wrote: > Fix coding style as suggested by checkpatch.pl But this and the others introduce new problems: WARNING: suspect code indent for conditional statements (4, 9) #301: FILE: hw/vmware_vga.c:320: +for (line = h; line > 0; line--, src += bypl,

[Qemu-devel] [PATCH 1/4 v5] vmware_vga: Coding style cleanup

2012-11-01 Thread BALATON Zoltan
Fix coding style as suggested by checkpatch.pl Signed-off-by: BALATON Zoltan --- hw/vmware_vga.c | 274 ++- 1 file changed, 150 insertions(+), 124 deletions(-) v5: rebased again diff --git a/hw/vmware_vga.c b/hw/vmware_vga.c index 34532e5.