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
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..
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..
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
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..
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,
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.