diff mbox series

Video: vgastate: fixed a spacing coding style

Message ID 1535114948-18615-1-git-send-email-contact.mehdi@pm.me (mailing list archive)
State New, archived
Headers show
Series Video: vgastate: fixed a spacing coding style | expand

Commit Message

Mehdi Bounya Aug. 24, 2018, 12:49 p.m. UTC
Removed a space between function name and open parant.

Signed-off-by: Mehdi Bounya <mehdi.bounya@gmail.com>
---
 drivers/video/vgastate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bartlomiej Zolnierkiewicz Oct. 8, 2018, 10:40 a.m. UTC | #1
On 08/24/2018 02:49 PM, Mehdi Bounya wrote:
> Removed a space between function name and open parant.
> 
> Signed-off-by: Mehdi Bounya <mehdi.bounya@gmail.com>

Patch queued for 4.20, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
diff mbox series

Patch

diff --git a/drivers/video/vgastate.c b/drivers/video/vgastate.c
index 548c751..122fb3c 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;