Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mehdi Bounya and committed by
Bartlomiej Zolnierkiewicz
811ab8db ee6fbb20

+1 -1
+1 -1
drivers/video/vgastate.c
··· 455 455 return 0; 456 456 } 457 457 458 - int restore_vga (struct vgastate *state) 458 + int restore_vga(struct vgastate *state) 459 459 { 460 460 if (state->vidstate == NULL) 461 461 return 1;