Video: vgastate: fixed a spacing coding style
authorMehdi Bounya <mehdi.bounya@gmail.com>
Mon, 8 Oct 2018 10:57:35 +0000 (12:57 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Mon, 8 Oct 2018 10:57:35 +0000 (12:57 +0200)
Removed a space between function name and open parant.

Signed-off-by: Mehdi Bounya <mehdi.bounya@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/vgastate.c

index 548c751..122fb3c 100644 (file)
@@ -455,7 +455,7 @@ int save_vga(struct vgastate *state)
        return 0;
 }
 
-int restore_vga (struct vgastate *state)
+int restore_vga(struct vgastate *state)
 {
        if (state->vidstate == NULL)
                return 1;