mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 02:50:53 +07:00
crypto: api - fixed style erro in algapi.c
Fixed style error identified by checkpatch. WARNING: Missing a blank line after declarations + int err = crypto_remove_alg(&inst->alg, &users); + BUG_ON(err); Signed-off-by: Joshua I. James <joshua@cybercrimetech.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
b516d51402
commit
0efcb8d5b2
@ -473,6 +473,7 @@ void crypto_unregister_template(struct crypto_template *tmpl)
|
||||
list = &tmpl->instances;
|
||||
hlist_for_each_entry(inst, list, list) {
|
||||
int err = crypto_remove_alg(&inst->alg, &users);
|
||||
|
||||
BUG_ON(err);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user