Commit 51566472 authored by Matthew Tyler's avatar Matthew Tyler Committed by Greg Kroah-Hartman

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

Signed-off-by: default avatarMatthew Tyler <matt.tyler@flashics.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f351bad2
...@@ -132,7 +132,7 @@ char *cfs_firststr(char *str, size_t size) ...@@ -132,7 +132,7 @@ char *cfs_firststr(char *str, size_t size)
++end; ++end;
} }
*end= '\0'; *end = '\0';
out: out:
return str; return str;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment