* [PATCH] staging: lustre: removed spaces at the start of a line
@ 2014-06-12 20:31 Marc Fite
0 siblings, 0 replies; only message in thread
From: Marc Fite @ 2014-06-12 20:31 UTC (permalink / raw)
To: gregkh, a.terekhov, devel, linux-kernel; +Cc: 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 <marc@fite.cat>
---
drivers/staging/lustre/lustre/obdecho/lproc_echo.c | 4 ++--
1 file 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 8fe9245..c972eb4 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 */
--
2.0.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-12 20:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-12 20:31 [PATCH] staging: lustre: removed spaces at the start of a line Marc Fite
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox