]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
crypto: x86 - remove assignments of 0 to cra_alignmask
authorEric Biggers <ebiggers@google.com>
Sat, 7 Dec 2024 19:57:50 +0000 (11:57 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 14 Dec 2024 09:21:44 +0000 (17:21 +0800)
commita6185842d1b8e7ef5a1a239f26361a39cc291a0b
tree916c05ccf6d8400b40e6b4e8f8a16cf2242ad0be
parent047ea6d85ee32c768ceec9a3ad6b7f403971aa63
crypto: x86 - remove assignments of 0 to cra_alignmask

Struct fields are zero by default, so these lines of code have no
effect.  Remove them to reduce the number of matches that are found when
grepping for cra_alignmask.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/aegis128-aesni-glue.c
arch/x86/crypto/blowfish_glue.c
arch/x86/crypto/camellia_glue.c
arch/x86/crypto/des3_ede_glue.c
arch/x86/crypto/twofish_glue.c