[PATCH] crypto: hmac: Fix missing blank line

Franziska Naepelt posted 1 patch 2 years, 8 months ago
crypto/hmac.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] crypto: hmac: Fix missing blank line
Posted by Franziska Naepelt 2 years, 8 months ago
The following checkpatch warning has been fixed:
- WARNING: Missing a blank line after declarations

Signed-off-by: Franziska Naepelt <franziska.naepelt@gmail.com>
---
 crypto/hmac.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/hmac.c b/crypto/hmac.c
index 09a7872b4060..ea93f4c55f25 100644
--- 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);
 }


base-commit: 9561de3a55bed6bdd44a12820ba81ec416e705a7
--
2.39.2 (Apple Git-143)
Re: [PATCH] crypto: hmac: Fix missing blank line
Posted by Herbert Xu 2 years, 7 months ago
On Tue, Jun 06, 2023 at 01:17:49PM +0200, Franziska Naepelt wrote:
> The following checkpatch warning has been fixed:
> - WARNING: Missing a blank line after declarations
> 
> Signed-off-by: Franziska Naepelt <franziska.naepelt@gmail.com>
> ---
>  crypto/hmac.c | 1 +
>  1 file changed, 1 insertion(+)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt