summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJames Morris2007-12-26 01:20:43 +0100
committerTrond Myklebust2008-01-03 15:37:16 +0100
commit3392c34922130d1dca9ad436c358330daa85e94e (patch)
treefb7e01cd516235c6439f32af0a789b8d2277f85e /net
parentNFSv4: Fix circular locking dependency in nfs4_kill_renewd (diff)
downloadkernel-qcow2-linux-3392c34922130d1dca9ad436c358330daa85e94e.tar.gz
kernel-qcow2-linux-3392c34922130d1dca9ad436c358330daa85e94e.tar.xz
kernel-qcow2-linux-3392c34922130d1dca9ad436c358330daa85e94e.zip
NFS: add newline to kernel warning message in auth_gss code
Add newline to kernel warning message in gss_create(). Signed-off-by: James Morris <jmorris@namei.org> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net')
-rw-r--r--net/sunrpc/auth_gss/auth_gss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c
index a6e57d1c2eb6..1f2d85e869c0 100644
--- a/net/sunrpc/auth_gss/auth_gss.c
+++ b/net/sunrpc/auth_gss/auth_gss.c
@@ -625,7 +625,7 @@ gss_create(struct rpc_clnt *clnt, rpc_authflavor_t flavor)
err = -EINVAL;
gss_auth->mech = gss_mech_get_by_pseudoflavor(flavor);
if (!gss_auth->mech) {
- printk(KERN_WARNING "%s: Pseudoflavor %d not found!",
+ printk(KERN_WARNING "%s: Pseudoflavor %d not found!\n",
__FUNCTION__, flavor);
goto err_free;
}