Re: [PATCH] Staging: fbtft: fix space errors

2015-03-02 Thread Noralf Trønnes
Den 02.03.2015 20:21, skrev Andrey Skvortsov: On 02 Mar, Joe Perches wrote: On Mon, 2015-03-02 at 12:37 +0300, Dan Carpenter wrote: On Sat, Feb 28, 2015 at 06:59:19AM -0800, Joe Perches wrote: If you're really going to change these, please remove the unnecessary \ line continuations indent th

Re: [PATCH] Staging: fbtft: fix space errors

2015-03-02 Thread Andrey Skvortsov
On 02 Mar, Joe Perches wrote: > On Mon, 2015-03-02 at 12:37 +0300, Dan Carpenter wrote: > > On Sat, Feb 28, 2015 at 06:59:19AM -0800, Joe Perches wrote: > > > If you're really going to change these, please > > > remove the unnecessary \ line continuations > > > indent the blocks properly and group

Re: [PATCH] Staging: fbtft: fix space errors

2015-03-02 Thread Joe Perches
On Mon, 2015-03-02 at 12:37 +0300, Dan Carpenter wrote: > On Sat, Feb 28, 2015 at 06:59:19AM -0800, Joe Perches wrote: > > If you're really going to change these, please > > remove the unnecessary \ line continuations > > indent the blocks properly and group the blocks > > more intelligibly. Maybe

Re: [PATCH] Staging: fbtft: fix space errors

2015-03-02 Thread Dan Carpenter
On Sat, Feb 28, 2015 at 06:59:19AM -0800, Joe Perches wrote: > If you're really going to change these, please > remove the unnecessary \ line continuations > indent the blocks properly and group the blocks > more intelligibly. Maybe something like; > > static const int st7735r_init[] = { >

Re: [PATCH] Staging: fbtft: fix space errors

2015-03-01 Thread Greg KH
On Mon, Feb 23, 2015 at 05:24:51PM +0100, Matteo Semenzato wrote: > From: Matteo Semenzato > > This patch fixes the following error: > space prohibited before that ',' > > Signed-off-by: Matteo Semenzato > --- > drivers/staging/fbtft/fb_ra8875.c | 150 > +++---

Re: [PATCH] Staging: fbtft: fix space errors

2015-02-28 Thread Joe Perches
On Sat, 2015-02-28 at 15:44 +0100, Matteo Semenzato wrote: > This patch fixes the following errors: > spaces required around that '=' (ctx:VxV) > space required after that ',' (ctx:VxV) > space required after that ';' (ctx:VxV) [] > diff --git a/drivers/staging/fbtft/flexfb.c b/drivers/staging/fbtf

[PATCH] Staging: fbtft: fix space errors

2015-02-28 Thread Matteo Semenzato
From: Matteo Semenzato This patch fixes the following errors: spaces required around that '=' (ctx:VxV) space required after that ',' (ctx:VxV) space required after that ';' (ctx:VxV) Signed-off-by: Matteo Semenzato --- drivers/staging/fbtft/flexfb.c | 94 +-

[PATCH] Staging: fbtft: fix space errors

2015-02-23 Thread Matteo Semenzato
From: Matteo Semenzato This patch fixes the following error: space prohibited before that ',' Signed-off-by: Matteo Semenzato --- drivers/staging/fbtft/fb_ra8875.c | 150 +++--- 1 file changed, 75 insertions(+), 75 deletions(-) diff --git a/drivers/staging/fbtf

[PATCH] Staging: fbtft: fix space errors

2015-02-22 Thread Matteo Semenzato
From: Matteo Semenzato This patch fixes the following errors: ERROR: space required after that ',' ERROR: trailing whitespace Signed-off-by: Matteo Semenzato --- drivers/staging/fbtft/fb_upd161704.c | 90 ++-- 1 file changed, 45 insertions(+), 45 deletions(-) d