[CIFS] missing field in debug output from previous fix

Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/cifs_debug.c b/fs/cifs/cifs_debug.c
index 0356694..56c5d91 100644
--- a/fs/cifs/cifs_debug.c
+++ b/fs/cifs/cifs_debug.c
@@ -213,7 +213,8 @@
 				 tcon->treeName, atomic_read(&tcon->useCount));
 		buf += length;
 		if (tcon->nativeFileSystem) {
-			length = sprintf("Type: %s ", tcon->nativeFileSystem);
+			length = sprintf(buf, "Type: %s ",
+					 tcon->nativeFileSystem);
 			buf += length;
 		}
 		length = sprintf(buf, "DevInfo: 0x%x Attributes: 0x%x"