diff options
author | Mehdi Bounya <mehdi.bounya@gmail.com> | 2018-10-08 06:57:35 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2018-10-08 06:57:35 -0400 |
commit | 811ab8db890714e6644dae09366ef2820ca11272 (patch) | |
tree | 6e163cd3e96e2cf2efd4da639a0f069bb3cc7914 | |
parent | ee6fbb20ab76a08c6623dc59a70db996f44b8ff9 (diff) |
Video: vgastate: fixed a spacing coding style
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>
-rw-r--r-- | drivers/video/vgastate.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
455 | return 0; | 455 | return 0; |
456 | } | 456 | } |
457 | 457 | ||
458 | int restore_vga (struct vgastate *state) | 458 | int restore_vga(struct vgastate *state) |
459 | { | 459 | { |
460 | if (state->vidstate == NULL) | 460 | if (state->vidstate == NULL) |
461 | return 1; | 461 | return 1; |