Re: [PATCH v2] staging: lustre: make ptlrpc_init static

2015-07-08 Thread Matt Mooney
fix sparse warning in lustre/ptlrpc/ptlrpc_module.c:54:12: warning: symbol 'ptlrpc_init' was not declared. Should it be static? The __init macro is moved before the function name to match standard usage. Signed-off-by: Matt Mooney --- drivers/staging/lustre/lustre/ptlrpc/ptlrp

[PATCH] staging: lustre: make ptlrpc_init static

2015-06-30 Thread matt mooney
fix sparse warning in lustre/ptlrpc/ptlrpc_module.c:54:12: warning: symbol 'ptlrpc_init' was not declared. Should it be static? The __init macro is moved before the function name to match standard usage. Signed-off-by: matt mooney --- drivers/staging/lustre/lustre/ptlrpc/ptlrp

[PATCH] staging: vt6655: fix c99 comments and line length

2015-06-15 Thread matt mooney
Change comment style and remove extra spaces before macro names to avoid exceeding 80 characters. Signed-off-by: matt mooney --- drivers/staging/vt6655/power.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt6655/power.h b/drivers/staging/vt6655