From: Marc Fite Date: Thu, 12 Jun 2014 17:28:16 +0000 (+0200) Subject: staging: lustre: removed spaces at the start of a line X-Git-Tag: v3.17-rc1~123^2~1953 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4fad177c6f2bccdb567f104eea870535fa554880;p=~emulex%2Finfiniband.git staging: lustre: removed spaces at the start of a line This is a patch in order to remove 2 lines with spaces at the start of the line. Signed-off-by: Marc Fite Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/obdecho/lproc_echo.c b/drivers/staging/lustre/lustre/obdecho/lproc_echo.c index 8fe9245a8aa..c972eb48b10 100644 --- a/drivers/staging/lustre/lustre/obdecho/lproc_echo.c +++ b/drivers/staging/lustre/lustre/obdecho/lproc_echo.c @@ -51,7 +51,7 @@ static struct lprocfs_vars lprocfs_echo_module_vars[] = { void lprocfs_echo_init_vars(struct lprocfs_static_vars *lvars) { - lvars->module_vars = lprocfs_echo_module_vars; - lvars->obd_vars = lprocfs_echo_obd_vars; + lvars->module_vars = lprocfs_echo_module_vars; + lvars->obd_vars = lprocfs_echo_obd_vars; } #endif /* LPROCFS */