staging: lustre: Fix minor style error in libcfs_string.c

Signed-off-by: Matthew Tyler <matt.tyler@flashics.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Matthew Tyler
2014-12-15 22:37:27 +08:00
committed by Greg Kroah-Hartman
parent f351bad2b4
commit 5156647235

View File

@@ -132,7 +132,7 @@ char *cfs_firststr(char *str, size_t size)
++end;
}
*end= '\0';
*end = '\0';
out:
return str;
}