[linux-cifs-client] [PATCH 2/2] mount.cifs: remove unneeded newline in verbose output

Jeff Layton jlayton at samba.org
Wed Apr 14 12:08:49 MDT 2010


Signed-off-by: Jeff Layton <jlayton at samba.org>
---
 mount.cifs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mount.cifs.c b/mount.cifs.c
index f3aa464..ba9e206 100644
--- a/mount.cifs.c
+++ b/mount.cifs.c
@@ -1703,7 +1703,7 @@ mount_retry:
 	}
 
 	if (parsed_info->verboseflag)
-		fprintf(stderr, "mount.cifs kernel mount options: %s\n",
+		fprintf(stderr, "mount.cifs kernel mount options: %s",
 			options);
 
 	if (parsed_info->got_password) {
-- 
1.6.6.1



More information about the linux-cifs-client mailing list