linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mehdi Bounya <bounya9mehdi@gmail.com>
To: b.zolnierkie@samsung.com
Cc: linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	Mehdi Bounya <contact.mehdi@pm.me>,
	Mehdi Bounya <mehdi.bounya@gmail.com>
Subject: [PATCH] Video: vgastate: fixed a spacing coding style
Date: Fri, 24 Aug 2018 12:49:08 +0000	[thread overview]
Message-ID: <1535114948-18615-1-git-send-email-contact.mehdi@pm.me> (raw)

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

             reply	other threads:[~2018-08-24 12:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20180824124948epcas3p48f943b2815163971258231dcbcbed6a4@epcas3p4.samsung.com>
2018-08-24 12:49 ` Mehdi Bounya [this message]
2018-10-08 10:40   ` [PATCH] Video: vgastate: fixed a spacing coding style Bartlomiej Zolnierkiewicz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1535114948-18615-1-git-send-email-contact.mehdi@pm.me \
    --to=bounya9mehdi@gmail.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=contact.mehdi@pm.me \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mehdi.bounya@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).