[PATCH] staging: lustre: fix sparse warning for static declarations

2014-10-25 Thread Junien Fridrick
it be static? drivers/staging/lustre/lnet/lnet/router_proc.c:428:5: warning: symbol 'proc_lnet_peers' was not declared. Should it be static? drivers/staging/lustre/lnet/lnet/router_proc.c:660:5: warning: symbol 'proc_lnet_nis' was not declared. Should it be static? Signed-off-by: Junien Fridrick

[PATCH v2] staging: lustre: fix coding style issue: missing space after 'if'

2014-08-10 Thread Junien Fridrick
Coding style issue reported by checkpatch.pl Signed-off-by: Junien Fridrick linux.ker...@junien.fridrick.net --- This patch is part of task 10 of the eudyptula challenge Applies to next-20140808 v2 : fixed patch short summary and description drivers/staging/lustre/lustre/llite/remote_perm.c

[PATCH] [next-20140808] [staging] [lustre] Fix coding style in llite/remote_perm.c

2014-08-09 Thread Junien Fridrick
Sorry for the noise, this is part of task 10 of the Eudyptula Challenge. Signed-off-by: Junien Fridrick linux.ker...@junien.fridrick.net --- drivers/staging/lustre/lustre/llite/remote_perm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/llite