[PATCH] staging: lustre: Fix spacing error in libcfs_string.c

2015-01-11 Thread Nickolaus Woodruff
This patch fixes the following checkpatch.pl error in libcfs_string.c: ERROR: spaces required around that '=' Signed-off-by: Nickolaus Woodruff --- drivers/staging/lustre/lustre/libcfs/libcfs_string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/stag

[PATCH] staging: rtl8192u: Make core functions static

2015-04-12 Thread Nickolaus Woodruff
Should it be static? drivers/staging/rtl8192u/r8192U_core.c:4736:6: warning: symbol 'rtl8192_cancel_deferred_work' was not declared. Should it be static? Signed-off-by: Nickolaus Woodruff --- drivers/staging/rtl8192u/r8192U_core.c | 14 +++--- 1 file changed, 7 insertions(+),

[PATCH] staging: sm7xxfb: Fix sparse warning

2015-04-04 Thread Nickolaus Woodruff
This patch fixes the following sparse warning in sm7xx.h: drivers/staging/sm7xxfb/sm7xx.h:122:17: warning: symbol 'vgamode' was not declared. Should it be static? Signed-off-by: Nickolaus Woodruff --- drivers/staging/sm7xxfb/sm7xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[PATCH] staging: lustre: Make cfs_sched_rehash static

2015-04-06 Thread Nickolaus Woodruff
This patch fixes the following sparse warning: CHECK drivers/staging/lustre/lustre/libcfs/hash.c drivers/staging/lustre/lustre/libcfs/hash.c:119:21: warning: symbol 'cfs_sched_rehash' was not declared. Should it be static? Signed-off-by: Nickolaus Woodruff --- drivers/staging/lus