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, --Arthur Marble ___

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

2016-01-21 Thread Dan Carpenter
These are all checkpatch.pl warnings, not sparse warnings. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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' warnings in /drivers/staging/panel/panel.c. > > T

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

2016-01-20 Thread Willy Tarreau
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' warnings in /drivers/staging/panel/panel.c. Thank you but this one has already been proposed twice and I think the last one

[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/drivers/staging/panel/pan

Re: [PATCH] staging: panel: fix sparse warnings

2014-04-18 Thread Bastien Armand
On Thu, Apr 17, 2014 at 11:15:10PM -0700, Greg Kroah-Hartman wrote: > On Fri, Apr 18, 2014 at 08:01:22AM +0200, Bastien Armand wrote: > > This patch fixes sparse warnings in panel.c. > > What sparse warnings were fixed here? > > It looks like you did a lot of different things, can you please brea

Re: [PATCH] staging: panel: fix sparse warnings

2014-04-17 Thread Greg Kroah-Hartman
On Fri, Apr 18, 2014 at 08:01:22AM +0200, Bastien Armand wrote: > This patch fixes sparse warnings in panel.c. What sparse warnings were fixed here? It looks like you did a lot of different things, can you please break this out into "one patch per logical change" so it can be reviewed easier? th

[PATCH] staging: panel: fix sparse warnings

2014-04-17 Thread Bastien Armand
This patch fixes sparse warnings in panel.c. Signed-off-by: Bastien Armand --- drivers/staging/panel/panel.c | 209 ++--- 1 file changed, 111 insertions(+), 98 deletions(-) diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c index 08f