[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7f5618dc5a8c00564f167a834df261528d9e048a.1422267260.git.maryammohamed61@gmail.com>
Date: Mon, 26 Jan 2015 12:23:20 +0200
From: Mariam Mohamed Fawzy <maryammohamed61@...il.com>
To: devel@...verdev.osuosl.org
Cc: gregkh@...uxfoundation.org, maryammohamed61@...il.com,
thomas.petazzoni@...e-electrons.com, notro@...nnes.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 2/3] fix space prohibited after that open parenthesis '('
This patch fixes the following checkpatch.pl error:
space prohibited after that open parenthesis '('
Signed-off-by: Mariam Mohamed Fawzy <maryammohamed61@...il.com>
---
drivers/staging/fbtft/fb_bd663474.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/fbtft/fb_bd663474.c b/drivers/staging/fbtft/fb_bd663474.c
index 1e5ee2b..1df19d7 100644
--- a/drivers/staging/fbtft/fb_bd663474.c
+++ b/drivers/staging/fbtft/fb_bd663474.c
@@ -58,10 +58,10 @@ static int init_display(struct fbtft_par *par)
write_reg(par, 0x110, 0x009d);
write_reg(par, 0x111, 0x0022);
write_reg(par, 0x100, 0x0120);
- mdelay( 20);
+ mdelay(20);
write_reg(par, 0x100, 0x3120);
- mdelay( 80);
+ mdelay(80);
/* Display control */
write_reg(par, 0x001, 0x0100);
write_reg(par, 0x002, 0x0000);
@@ -114,7 +114,7 @@ static int init_display(struct fbtft_par *par)
write_reg(par, 0x201, 0x0000);
write_reg(par, 0x100, 0x7120);
write_reg(par, 0x007, 0x0103);
- mdelay( 10);
+ mdelay(10);
write_reg(par, 0x007, 0x0113);
return 0;
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists