Re: [PATCH] Staging: panel: Fix sparse warnings (line length, space after a cast) in panel.c

2016-01-21 Thread Arthur Marble
On Thu, Jan 21, 2016 at 12:27:59PM +0300, Dan Carpenter wrote: > These are all checkpatch.pl warnings, not sparse warnings. > > regards, > dan carpenter > Thanks for pointing this out. I will be more careful when choosing a subject in the future. Regards,

Re: [PATCH] Staging: panel: Fix sparse warnings (line length, space after a cast) in panel.c

2016-01-20 Thread Arthur Marble
On Wed, Jan 20, 2016 at 11:23:33PM +0100, Willy Tarreau wrote: > Hello Arthur, > > On Wed, Jan 20, 2016 at 03:09:20PM -0600, Arthur Marble wrote: > > This patch fixes 'Lines longer than 80 columns' and 'No space is necessary > > after > > a cast&#

[PATCH] Staging: panel: Fix sparse warnings (line length, space after a cast) in panel.c

2016-01-20 Thread Arthur Marble
This patch fixes 'Lines longer than 80 columns' and 'No space is necessary after a cast' warnings in /drivers/staging/panel/panel.c. Signed-off-by: Arthur Marble --- drivers/staging/panel/panel.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/d