projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b274b48
)
NFS: add newline to kernel warning message in auth_gss code
author
James Morris
<jmorris@namei.org>
Wed, 26 Dec 2007 00:20:43 +0000
(11:20 +1100)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 3 Jan 2008 14:37:16 +0000
(09:37 -0500)
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>
net/sunrpc/auth_gss/auth_gss.c
patch
|
blob
|
history
diff --git
a/net/sunrpc/auth_gss/auth_gss.c
b/net/sunrpc/auth_gss/auth_gss.c
index a6e57d1c2eb6210c86b174ac3b5eb2a132f23cbe..1f2d85e869c0a2760de7641f7d3c125d80d54adb 100644
(file)
--- 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;
}