mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 09:34:10 -04:00
[SUNRPC]: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
9ee46f1d31
commit
c3c9d45828
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user