projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
483066d
)
SUNRPC: Add missing "space" to net/sunrpc/auth_gss.c
author
Joe Perches
<joe@perches.com>
Tue, 20 Nov 2007 01:53:43 +0000
(17:53 -0800)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 26 Nov 2007 21:24:59 +0000
(16:24 -0500)
Signed-off-by: Joe Perches <joe@perches.com>
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
c42362c
..
a6e57d1
100644
(file)
--- a/
net/sunrpc/auth_gss/auth_gss.c
+++ b/
net/sunrpc/auth_gss/auth_gss.c
@@
-967,7
+967,7
@@
gss_validate(struct rpc_task *task, __be32 *p)
if (maj_stat == GSS_S_CONTEXT_EXPIRED)
clear_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags);
if (maj_stat) {
- dprintk("RPC: %5u gss_validate: gss_verify_mic returned"
+ dprintk("RPC: %5u gss_validate: gss_verify_mic returned
"
"error 0x%08x\n", task->tk_pid, maj_stat);
goto out_bad;
}