[PATCH] staging: rtl8192u: Make core functions static

2015-04-12 Thread Nickolaus Woodruff
: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(+), 7 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b

[PATCH] staging: rtl8192u: Make core functions static

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

[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/lustre/lustre

[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 nickolauswoodr...@gmail.com

[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 deletion(-) diff

[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 nickolauswoodr...@gmail.com --- drivers/staging/sm7xxfb/sm7xx.h | 2 +- 1 file changed, 1

[PATCH] drivers/i2c/i2c-core.c: Fix sparse warning

2015-04-02 Thread Nickolaus Woodruff
This patch fixes the following sparse warning in drivers/i2c/: CHECK drivers/i2c/i2c-core.c drivers/i2c/i2c-core.c:2353:36: warning: dubious: x | !y Signed-off-by: Nickolaus Woodruff --- drivers/i2c/i2c-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c

[PATCH] drivers/i2c/i2c-core.c: Fix sparse warning

2015-04-02 Thread Nickolaus Woodruff
This patch fixes the following sparse warning in drivers/i2c/: CHECK drivers/i2c/i2c-core.c drivers/i2c/i2c-core.c:2353:36: warning: dubious: x | !y Signed-off-by: Nickolaus Woodruff nickolauswoodr...@gmail.com --- drivers/i2c/i2c-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[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/staging/lustre

[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 nickolauswoodr...@gmail.com --- drivers/staging/lustre/lustre/libcfs/libcfs_string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git