Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <franziska.naepelt@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Franziska Naepelt and committed by
Herbert Xu
f75bd28b d776b254

+1
+1
crypto/hmac.c
··· 177 177 static void hmac_exit_tfm(struct crypto_shash *parent) 178 178 { 179 179 struct hmac_ctx *ctx = hmac_ctx(parent); 180 + 180 181 crypto_free_shash(ctx->hash); 181 182 } 182 183