[PATCH 3/3] fix space required after that ','

From: Mariam Mohamed Fawzy
Date: Mon Jan 26 2015 - 05:24:45 EST


This patch fixes the following in checkpatch.pl error:
space required after that ','

Signed-off-by: Mariam Mohamed Fawzy <maryammohamed61@xxxxxxxxx>
---
drivers/staging/fbtft/fb_bd663474.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/fbtft/fb_bd663474.c b/drivers/staging/fbtft/fb_bd663474.c
index 1df19d7..17a2162 100644
--- a/drivers/staging/fbtft/fb_bd663474.c
+++ b/drivers/staging/fbtft/fb_bd663474.c
@@ -47,7 +47,7 @@ static int init_display(struct fbtft_par *par)
/* Initialization sequence from Lib_UTFT */

/* oscillator start */
- write_reg(par, 0x000,0x0001); /*oscillator 0: stop, 1: operation */
+ write_reg(par, 0x000, 0x0001); /*oscillator 0: stop, 1: operation */
mdelay(10);

/* Power settings */
--
1.9.1

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