staging: lustre: Fix minor style error in libcfs_string.c
authorMatthew Tyler <matt.tyler@flashics.com>
Mon, 15 Dec 2014 14:37:27 +0000 (22:37 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:39:32 +0000 (15:39 -0800)
Signed-off-by: Matthew Tyler <matt.tyler@flashics.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/libcfs_string.c

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