lkml.org 
[lkml]   [2015]   [Jan]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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@gmail.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


\
 
 \ /
  Last update: 2015-01-26 11:41    [W:1.672 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site