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

2014-12-08 Thread Tom Wales
ib-move.c:874:19: warning: symbol 'lnet_msg2bufpool' 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 --- drivers/staging/lustr

[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 --- drivers/staging/lustre/lustre/obdclass/llog_swab.c | 52 +++--- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/drivers/staging/lustre