public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: fbtft: Removed a space
@ 2015-08-20 13:56 Aparna Karuthodi
  2015-08-21 11:04 ` Dan Carpenter
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Aparna Karuthodi @ 2015-08-20 13:56 UTC (permalink / raw)
  To: gregkh; +Cc: thomas.petazzoni, linux-kernel, devel, Aparna Karuthodi

Removed a space before parenthesis to remove a coding style error
detected by checkpatch.
The error is given below:
drivers/staging/fbtft/fb_bd663474.c:118: ERROR: space prohibited before
that close parenthesis ')'

Signed-off-by: Aparna Karuthodi <kdasaparna@gmail.com>
---
 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 7e00c60..8619426 100644
--- a/drivers/staging/fbtft/fb_bd663474.c
+++ b/drivers/staging/fbtft/fb_bd663474.c
@@ -115,7 +115,7 @@ static int init_display(struct fbtft_par *par)
 	write_reg(par, 0x100, 0x7120 );
 	write_reg(par, 0x007, 0x0103 );
 	mdelay( 10 );
-	write_reg(par, 0x007, 0x0113 );
+	write_reg(par, 0x007, 0x0113);
 
 	return 0;
 }
-- 
1.7.9.5


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

end of thread, other threads:[~2015-09-03  1:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 13:56 [PATCH] staging: fbtft: Removed a space Aparna Karuthodi
2015-08-21 11:04 ` Dan Carpenter
2015-08-21 12:25 ` Aparna Karuthodi
2015-08-21 12:34   ` Mike Rapoport
2015-08-21 13:01 ` Aparna Karuthodi
2015-08-21 13:26   ` Mike Rapoport
2015-09-03  1:10   ` Greg KH
2015-08-21 13:43 ` Aparna Karuthodi
2015-08-21 15:35 ` [PATCH] staging: fbtft: Removed space before parenthesis Aparna Karuthodi
2015-08-24 13:06   ` Sudip Mukherjee

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