[PATCH 1/2] staging: lustre: Fix minor style error in libcfs_string.c

Matthew Tyler matt.tyler at flashics.com
Wed Dec 10 14:53:15 UTC 2014


This patch adds spacing around an '=' operator

Signed-off-by: Matthew Tyler <matt.tyler at flashics.com>
---
 drivers/staging/lustre/lustre/libcfs/libcfs_string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/libcfs/libcfs_string.c b/drivers/staging/lustre/lustre/libcfs/libcfs_string.c
index fb88733..e67a18d 100644
--- a/drivers/staging/lustre/lustre/libcfs/libcfs_string.c
+++ b/drivers/staging/lustre/lustre/libcfs/libcfs_string.c
@@ -132,7 +132,7 @@ char *cfs_firststr(char *str, size_t size)
 		++end;
 	}
 
-	*end= '\0';
+	*end = '\0';
 out:
 	return str;
 }
-- 
2.1.3



More information about the devel mailing list