]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: tcrypt - Remove the static variable initialisations to NULL
authorJason Wang <wangborong@cdjrlc.com>
Sat, 23 Jul 2022 09:26:40 +0000 (17:26 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 29 Jul 2022 10:29:18 +0000 (18:29 +0800)
commit8242f99b19c0b22133deaa0f11433ebddd6e676c
treec8795b07b4e939845be276d2c1e3de3d7cf5e874
parent6554f909cff8c1dec3a35f6ddd90e6e4eb95affa
crypto: tcrypt - Remove the static variable initialisations to NULL

Initialise global and static variable to NULL is always unnecessary.
Remove the unnecessary initialisations.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c