This patch fixes the following checkpatch.pl error:
space prohibited after that open parenthesis '('

Signed-off-by: Mariam Mohamed Fawzy <maryammohame...@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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to