projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d958804
)
crypto: kpp - Use crypto_request_complete
author
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 31 Jan 2023 08:01:58 +0000
(16:01 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 13 Feb 2023 10:34:48 +0000
(18:34 +0800)
Use the crypto_request_complete helper instead of calling the
completion function directly.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/internal/kpp.h
patch
|
blob
|
history
diff --git
a/include/crypto/internal/kpp.h
b/include/crypto/internal/kpp.h
index 3c9726e89f537be7e16dd75c39167bdcc879fe16..0a6db8c4a9a0f9c5e5323a90f6072fba5c127537 100644
(file)
--- a/
include/crypto/internal/kpp.h
+++ b/
include/crypto/internal/kpp.h
@@
-85,7
+85,7
@@
static inline void *kpp_tfm_ctx_dma(struct crypto_kpp *tfm)
static inline void kpp_request_complete(struct kpp_request *req, int err)
{
-
req->base.
complete(&req->base, err);
+
crypto_request_
complete(&req->base, err);
}
static inline const char *kpp_alg_name(struct crypto_kpp *tfm)