mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 12:33:18 -04:00
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:
committed by
Greg Kroah-Hartman
parent
f351bad2b4
commit
5156647235
@@ -132,7 +132,7 @@ char *cfs_firststr(char *str, size_t size)
|
||||
++end;
|
||||
}
|
||||
|
||||
*end= '\0';
|
||||
*end = '\0';
|
||||
out:
|
||||
return str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user