Re: [PATCH] staging : panel : fix checkpatch warnings (linux-next)

2014-04-03 Thread Dan Carpenter
On Thu, Apr 03, 2014 at 06:59:09PM +0200, armand.bast...@laposte.net wrote: > This patch fixes "Missing a blank line after declarations" checkpatch warning > in panel.c. > > > Signed-off-by: "Bastien Armand " Fix your email client to use the proper From header. The signed-off-by format is wron

Re: [PATCH] staging : panel : fix checkpatch warnings (linux-next)

2014-04-03 Thread Willy Tarreau
On Thu, Apr 03, 2014 at 06:59:09PM +0200, armand.bast...@laposte.net wrote: > This patch fixes "Missing a blank line after declarations" checkpatch warning > in panel.c. Acked-By: Willy Tarreau Thanks Bastien for this. Willy -- To unsubscribe from this list: send the line "unsubscribe linux-ke

[PATCH] staging : panel : fix checkpatch warnings (linux-next)

2014-04-03 Thread armand . bastien
This patch fixes "Missing a blank line after declarations" checkpatch warning in panel.c. Signed-off-by: "Bastien Armand " --- drivers/staging/panel/panel.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c index

[PATCH] staging/panel: fix checkpatch warnings

2012-07-24 Thread Toshiaki Yamane
Now checkpatch clean. $ find drivers/staging/panel -name "*.[ch]"|xargs ./scripts/checkpatch.pl \ -f --terse --nosummary|cut -f3- -d":"|sort |uniq -c|sort -n 2 WARNING: Single statement macros should not use a do {} while (0) loop Signed-off-by: Toshiaki Yamane --- drivers/staging/panel/panel