Skip to content
Snippets Groups Projects
Commit 3392c349 authored by James Morris's avatar James Morris Committed by Trond Myklebust
Browse files

NFS: add newline to kernel warning message in auth_gss code


Add newline to kernel warning message in gss_create().

Signed-off-by: default avatarJames Morris <jmorris@namei.org>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent b274b48f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment