2008-04-30 16:00:00

by Chuck Lever

[permalink] [raw]
Subject: [PATCH 3/6] NFS: missing newline in NFS mount debugging message

Clean up.

Signed-off-by: Chuck Lever <[email protected]>
---

fs/nfs/super.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index b69e3ec..cfe8d4c 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -1186,7 +1186,7 @@ static int nfs_try_mount(struct nfs_parsed_mount_data *args,
if (status == 0)
return 0;

- dfprintk(MOUNT, "NFS: unable to mount server %s, error %d",
+ dfprintk(MOUNT, "NFS: unable to mount server %s, error %d\n",
hostname, status);
return status;
}