From 811ab8db890714e6644dae09366ef2820ca11272 Mon Sep 17 00:00:00 2001 From: Mehdi Bounya Date: Mon, 8 Oct 2018 12:57:35 +0200 Subject: [PATCH] Video: vgastate: fixed a spacing coding style Removed a space between function name and open parant. Signed-off-by: Mehdi Bounya Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/video/vgastate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/vgastate.c b/drivers/video/vgastate.c index 548c751d2415..122fb3c3ec9d 100644 --- a/drivers/video/vgastate.c +++ b/drivers/video/vgastate.c @@ -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; -- 2.11.0