aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2008-06-12 12:37:49 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2008-07-09 12:09:22 -0400
commit396cee977f79590673ad51b04f1853e58bc30e7b (patch)
tree6cf6080d14e23f6462d625ac7620927a210f1dfd /fs/nfs
parentd33e4dfeab5eb0c3c1359cc1a399f2f8b49e18de (diff)
NFS: missing newline in NFS mount debugging message
Clean up. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index f824c415c8a..a1065c1a314 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -1190,7 +1190,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;
}