Skip to content

Commit f75bd28

Browse files
Franziska Naepeltherbertx
authored andcommitted
crypto: hmac - Add missing blank line
The following checkpatch warning has been fixed: - WARNING: Missing a blank line after declarations Signed-off-by: Franziska Naepelt <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent d776b25 commit f75bd28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crypto/hmac.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ static int hmac_clone_tfm(struct crypto_shash *dst, struct crypto_shash *src)
177177
static void hmac_exit_tfm(struct crypto_shash *parent)
178178
{
179179
struct hmac_ctx *ctx = hmac_ctx(parent);
180+
180181
crypto_free_shash(ctx->hash);
181182
}
182183

0 commit comments

Comments
 (0)