aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
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 f824c415c8a7..a1065c1a3149 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,
1190 if (status == 0) 1190 if (status == 0)
1191 return 0; 1191 return 0;
1192 1192
1193 dfprintk(MOUNT, "NFS: unable to mount server %s, error %d", 1193 dfprintk(MOUNT, "NFS: unable to mount server %s, error %d\n",
1194 hostname, status); 1194 hostname, status);
1195 return status; 1195 return status;
1196} 1196}