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
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
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
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
4 matches
Mail list logo