[PATCH 2/2] mount.cifs: remove unneeded newline in verbose output
Jeff Layton <[email protected]>
| Newsgroups | gmane.linux.file-systems.cifs |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Jeff Layton <[email protected]> --- 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