* [PATCH] Video: vgastate: fixed a spacing coding style @ 2018-08-24 12:49 ` Mehdi Bounya 2018-10-08 10:40 ` Bartlomiej Zolnierkiewicz 0 siblings, 1 reply; 2+ messages in thread From: Mehdi Bounya @ 2018-08-24 12:49 UTC (permalink / raw) To: b.zolnierkie; +Cc: linux-fbdev, linux-kernel, Mehdi Bounya, Mehdi Bounya 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(-) 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; -- 2.7.4 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Video: vgastate: fixed a spacing coding style 2018-08-24 12:49 ` [PATCH] Video: vgastate: fixed a spacing coding style Mehdi Bounya @ 2018-10-08 10:40 ` Bartlomiej Zolnierkiewicz 0 siblings, 0 replies; 2+ messages in thread From: Bartlomiej Zolnierkiewicz @ 2018-10-08 10:40 UTC (permalink / raw) To: Mehdi Bounya; +Cc: linux-fbdev, linux-kernel, Mehdi Bounya, Mehdi Bounya 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 ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-08 10:40 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <CGME20180824124948epcas3p48f943b2815163971258231dcbcbed6a4@epcas3p4.samsung.com> 2018-08-24 12:49 ` [PATCH] Video: vgastate: fixed a spacing coding style Mehdi Bounya 2018-10-08 10:40 ` Bartlomiej Zolnierkiewicz
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).