Skip to content
Snippets Groups Projects
Commit 5357c6c4 authored by Richard Hartmann's avatar Richard Hartmann Committed by Herbert Xu
Browse files

crypto: algapi - Fix checkpatch errors

parent 0d8fb0a1
No related branches found
No related tags found
No related merge requests found
...@@ -230,7 +230,7 @@ static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg) ...@@ -230,7 +230,7 @@ static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg)
list_add(&alg->cra_list, &crypto_alg_list); list_add(&alg->cra_list, &crypto_alg_list);
list_add(&larval->alg.cra_list, &crypto_alg_list); list_add(&larval->alg.cra_list, &crypto_alg_list);
out: out:
return larval; return larval;
free_larval: free_larval:
...@@ -388,7 +388,7 @@ int crypto_unregister_alg(struct crypto_alg *alg) ...@@ -388,7 +388,7 @@ int crypto_unregister_alg(struct crypto_alg *alg)
{ {
int ret; int ret;
LIST_HEAD(list); LIST_HEAD(list);
down_write(&crypto_alg_sem); down_write(&crypto_alg_sem);
ret = crypto_remove_alg(alg, &list); ret = crypto_remove_alg(alg, &list);
up_write(&crypto_alg_sem); up_write(&crypto_alg_sem);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment