From: Sami Laine
Sparse warning correction:
vers/staging/rtl8821ae/debug.c:80:23: warning: symbol 'proc_topdir' was
not declared. Should it be static?
Signed-off-by: Sami Laine
---
diff --git a/drivers/staging/rtl8821ae/debug.c b/drivers/staging/rtl8821ae/debug
index 8aefbf1..e4a1
From: Sami Laine
Sparse warning corrections for:
drivers/staging/rtl8821ae/base.c:1370:16: warning: symbol
'rtl_make_smps_action' was not declared. Should it be static?
drivers/staging/rtl8821ae/base.c:1543:6: warning: symbol 'rtl_find_221_ie' was
not declared. Should i
From: Sami Laine
Sparse warning correction:
CHECK drivers/staging/media/solo6x10/solo6x10-v4l2-enc.c
drivers/staging/media/solo6x10/solo6x10-jpeg.h:113:21: warning: symbol 'jpeg_dqt
' was not declared. Should it be static?
The symbol jpeg_dqt is used just in solo6x10-v4l2-enc.c,
From: Sami Laine
Sparse warning corrections for incorrect printk format characters.
Signed-off-by: Sami Laine
---
diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c
index c0a0e60..e0e8693 100644
--- a/drivers/staging/rts5208/rtsx.c
+++ b/drivers/staging/rts5208/rtsx.c
From: Sami Laine
Sparse warning corrections: NULL-pointers as NULL instead of static 0's.
Signed-off-by: Sami Laine
---
diff --git a/drivers/staging/lustre/lustre/llite/lproc_llite.c
b/drivers/staging/lustre/lustre/llite/lproc_llite.c
index 77ee9e5..d9c874c 100644
--- a/drivers/staging/l
From: Sami Laine
Corrected sparse static declaration warnings.
Signed-off-by: Sami Laine
---
diff --git a/drivers/staging/cxt1e1/hwprobe.c b/drivers/staging/cxt1e1/hwprobe.c
index cc2151e..2899258 100644
--- a/drivers/staging/cxt1e1/hwprobe.c
+++ b/drivers/staging/cxt1e1/hwprobe.c
From: Sami Laine
Sparse warning corrections:
- declarations made static where they should be such
- changed NULL-pointers as NULL instead of static 0's
- added __force to a few casts seemingly safe enough
Signed-off-by: Sami Laine
---
diff --git a/drivers/staging/cxt1e1/hwprobe.c b/dr
From: Sami Laine
Five coding style corrections to drivers/staging/line6/playback.c.
Signed-Off-by: Sami Laine
---
--- linux-next/drivers/staging/line6/playback.c.orig2014-04-06
08:19:30.190381250 +0300
+++ linux-next/drivers/staging/line6/playback.c 2014-04-06 08:27:25.721393581
+0300