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

2015-03-01 Thread Greg KH
On Sat, Feb 21, 2015 at 09:36:49PM +0100, Matteo Semenzato wrote: > From: Matteo Semenzato > > This patch fixes the following warnings: > space prohibited before that close parenthesis ')' > space prohibited after that open parenthesis '(' > > Signed-off-by: Matteo Semenzato > --- > drivers/st

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

2015-02-21 Thread Matteo Semenzato
From: Matteo Semenzato This patch fixes the following warnings: space prohibited before that close parenthesis ')' space prohibited after that open parenthesis '(' Signed-off-by: Matteo Semenzato --- drivers/staging/fbtft/fb_bd663474.c | 100 ++-- 1 file changed

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

2015-02-21 Thread Greg KH
On Sat, Feb 21, 2015 at 04:01:46PM +0100, Matteo Semenzato wrote: > From: Matt > > This patch fixes the following warnings: > space prohibited before that close parenthesis ')' > space prohibited after that open parenthesis '(' > Signed-off-by: Matteo Semenzato Your "From:" line doesn't match y

[PATCH] Staging: fbtft: fix space prohibition

2015-02-21 Thread Matteo Semenzato
From: Matt This patch fixes the following warnings: space prohibited before that close parenthesis ')' space prohibited after that open parenthesis '(' Signed-off-by: Matteo Semenzato --- drivers/staging/fbtft/fb_bd663474.c | 100 ++-- 1 file changed, 50 insertio