crypto: add __init/__exit annotations to init/exit funcs
authorXiu Jianfeng <xiujianfeng@huawei.com>
Thu, 15 Sep 2022 03:36:15 +0000 (11:36 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 24 Sep 2022 08:14:43 +0000 (16:14 +0800)
commit33837be33367172d66d1f2bd6964cc41448e6e7c
tree9d5710ddbe45dbc4a486fa34f61baec36073dc92
parent1b79573de717cfabe28221a98afaa6a3ff0e7458
crypto: add __init/__exit annotations to init/exit funcs

Add missing __init/__exit annotations to init/exit funcs.

Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/async_tx/raid6test.c
crypto/curve25519-generic.c
crypto/dh.c
crypto/ecdh.c
crypto/ecdsa.c
crypto/rsa.c
crypto/sm2.c