public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: fbtft: Removed a space before comma
@ 2015-08-20 15:27 Aparna Karuthodi
  2015-08-24 13:02 ` Sudip Mukherjee
  0 siblings, 1 reply; 2+ messages in thread
From: Aparna Karuthodi @ 2015-08-20 15:27 UTC (permalink / raw)
  To: gregkh; +Cc: thomas.petazzoni, linux-kernel, noralf, devel, Aparna Karuthodi

Removed a space before coma to remove a coding style error detected by
checkpatch.
The error is given below:
drivers/staging/fbtft/fb_ili9340.c:47: ERROR: space prohibited before
that ',' (ctx:WxW)

Signed-off-by: Aparna Karuthodi <kdasaparna@gmail.com>
---
 drivers/staging/fbtft/fb_ili9340.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/fbtft/fb_ili9340.c b/drivers/staging/fbtft/fb_ili9340.c
index 985687d..5753f03 100644
--- a/drivers/staging/fbtft/fb_ili9340.c
+++ b/drivers/staging/fbtft/fb_ili9340.c
@@ -44,7 +44,7 @@ static int init_display(struct fbtft_par *par)
 	write_reg(par, 0xE8, 0x85 , 0x00 , 0x78);
 	write_reg(par, 0xCB, 0x39 , 0x2C , 0x00 , 0x34 , 0x02);
 	write_reg(par, 0xF7, 0x20);
-	write_reg(par, 0xEA, 0x00 , 0x00);
+	write_reg(par, 0xEA, 0x00, 0x00);
 
 	/* Power Control 1 */
 	write_reg(par, 0xC0, 0x23);
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-24 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 15:27 [PATCH] staging: fbtft: Removed a space before comma Aparna Karuthodi
2015-08-24 13:02 ` Sudip Mukherjee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox