projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d776b25
)
crypto: hmac - Add missing blank line
author
Franziska Naepelt
<franziska.naepelt@googlemail.com>
Tue, 6 Jun 2023 11:17:49 +0000
(13:17 +0200)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 16 Jun 2023 12:30:35 +0000
(20:30 +0800)
The following checkpatch warning has been fixed:
- WARNING: Missing a blank line after declarations
Signed-off-by: Franziska Naepelt <franziska.naepelt@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/hmac.c
patch
|
blob
|
history
diff --git
a/crypto/hmac.c
b/crypto/hmac.c
index 09a7872b406003aa7c6ab14e3b1e7564c934b7f8..ea93f4c55f251bd96aca41046b62eaca611739a5 100644
(file)
--- a/
crypto/hmac.c
+++ b/
crypto/hmac.c
@@
-177,6
+177,7
@@
static int hmac_clone_tfm(struct crypto_shash *dst, struct crypto_shash *src)
static void hmac_exit_tfm(struct crypto_shash *parent)
{
struct hmac_ctx *ctx = hmac_ctx(parent);
+
crypto_free_shash(ctx->hash);
}