aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Fite <marc@fite.cat>2014-06-12 13:28:16 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-18 18:34:38 -0400
commit4fad177c6f2bccdb567f104eea870535fa554880 (patch)
tree07f605a8708ee393307101aaf658182bd4d18246
parent24008203f8d8b9f3ccf449458550aa78c9021041 (diff)
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 <marc@fite.cat> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/lustre/lustre/obdecho/lproc_echo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/obdecho/lproc_echo.c b/drivers/staging/lustre/lustre/obdecho/lproc_echo.c
index 8fe9245a8aad..c972eb48b10a 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[] = {
51 51
52void lprocfs_echo_init_vars(struct lprocfs_static_vars *lvars) 52void lprocfs_echo_init_vars(struct lprocfs_static_vars *lvars)
53{ 53{
54 lvars->module_vars = lprocfs_echo_module_vars; 54 lvars->module_vars = lprocfs_echo_module_vars;
55 lvars->obd_vars = lprocfs_echo_obd_vars; 55 lvars->obd_vars = lprocfs_echo_obd_vars;
56} 56}
57#endif /* LPROCFS */ 57#endif /* LPROCFS */