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

2015-03-01 Thread Greg KH
On Mon, Feb 23, 2015 at 07:20:30AM +0100, Matteo Semenzato wrote: > 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_st7735r.c | 18

Re: [PATCH] Staging: fbtft: fix whitespace 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_st7735r.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/st

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

2015-02-22 Thread Sudip Mukherjee
On Sun, Feb 22, 2015 at 08:38:50PM +0100, Matteo Semenzato wrote: > From: Matteo Semenzato > > This patch fixes the following errors: > ERROR: space required after that ',' > ERROR: trailing whitespace > > Signed-off-by Matteo Semenzato checkpatch complains - ERROR: Missing Signed-off-by: line