[PATCH] staging: lustre: removed spaces at the start of a line

2014-06-12 Thread Marc Fite
Hello, This is a patch in order to remove 2 lines with spaces at the start of the line. Best Regards. Signed-off-by: Marc Fite --- drivers/staging/lustre/lustre/obdecho/lproc_echo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/lustre/lustre/obdecho

[PATCH] staging: lustre: lov: Fix sparse warning using plain integer as NULL pointer

2014-07-27 Thread Marc Fite
ing: Using plain integer as NULL pointer drivers/staging/lustre/lustre/lov/lov_obd.c:2819:46: warning: Using plain integer as NULL pointer Signed-off-by: Marc Fite --- drivers/staging/lustre/lustre/lov/lov_obd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/stag