[PATCH] staging: lustre: Fix sparse warnings for undeclared symbols

2014-06-16 Thread Scott Weir
This patch fixes the sparse warnings in drivers/staging/lustre/lustre/ptlrpc/sec_lproc.c: sec_lproc.c:58:6: warning: symbol 'sec_flags2str' was not declared. Should it be static? Signed-off-by: Scott Weir sjw0...@gmail.com --- drivers/staging/lustre/lustre/ptlrpc/sec_lproc.c | 2 +- 1 file

[PATCH] staging: gdm724x: Added blank lines after declarations in gdm_lte.c

2014-05-31 Thread Scott Weir
This patch fixes following checkpatch.pl warning: WARNING: Missing a blank line after declarations in gdm_lte.c Signed-off-by: Scott Weir sjw0...@gmail.com --- drivers/staging/gdm724x/gdm_lte.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/gdm724x/gdm_lte.c b/drivers

Re: [PATCH] staging: android: fix Missing a blank line after declarations warnings

2014-05-29 Thread Scott Weir
On Wed, May 28, 2014 at 02:30:27PM -0700, Greg KH wrote: On Wed, May 28, 2014 at 06:52:51PM +1000, Scott Weir wrote: This patch corrects coding style issue: WARNING: Missing a black line after declarations Signed-off-by: Scott Weir sjw0...@gmail.com --- drivers/staging/android

[PATCH] staging: android: fix Missing a blank line after declarations warnings

2014-05-28 Thread Scott Weir
This patch corrects coding style issue: WARNING: Missing a black line after declarations Signed-off-by: Scott Weir sjw0...@gmail.com --- drivers/staging/android/sync_debug.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/staging/android/sync_debug.c b/drivers/staging/android