summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src/qemu/qemu_vga.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/x86/src/qemu/qemu_vga.c')
-rw-r--r--nuttx/arch/x86/src/qemu/qemu_vga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/x86/src/qemu/qemu_vga.c b/nuttx/arch/x86/src/qemu/qemu_vga.c
index f7b459bc1..fe34382fb 100644
--- a/nuttx/arch/x86/src/qemu/qemu_vga.c
+++ b/nuttx/arch/x86/src/qemu/qemu_vga.c
@@ -287,7 +287,7 @@ static int init_graph_vga(int width, int height,int chain4)
/* chain4 not available if mode takes over 64k */
- /* if(chain4 && (long)width*(long)height>65536L) return -3; */
+ /* if (chain4 && (long)width*(long)height>65536L) return -3; */
/* here goes the actual modeswitch */
@@ -306,7 +306,7 @@ static int init_graph_vga(int width, int height,int chain4)
outw(0x0008, 0x3d4); /* vert.panning = 0 */
- if(chain4)
+ if (chain4)
{
outw(0x4014, 0x3d4);
outw(0xa317, 0x3d4);