[PATCH] Staging: lustre: Fix sparse non-static symbol warnings

2014-12-08 Thread Tom Wales
' was not declared. Should it be static? drivers/staging/lustre/lnet/lnet/lib-move.c:895:1: warning: symbol 'lnet_post_routed_recv_locked' was not declared. Should it be static? Signed-off-by: Tom Wales twales...@gmail.com --- drivers/staging/lustre/lnet/lnet/lib-move.c | 16 1 file changed, 8

[PATCH] Staging: lustre: checkpatch: remove blank spaces

2014-08-03 Thread Tom Wales
Remove spaces between the function names and open paranthesis and use the kernel coding style. Signed-off-by: Tom Wales twales...@gmail.com --- drivers/staging/lustre/lustre/obdclass/llog_swab.c | 52 +++--- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/drivers