* [PATCH 1/1] CRYPTO: Fix checkpatch errors & warnings in algapi.c
@ 2010-02-10 0:49 Richard Hartmann
0 siblings, 0 replies; only message in thread
From: Richard Hartmann @ 2010-02-10 0:49 UTC (permalink / raw)
To: linux-crypto
Cc: Richard Hartmann, Herbert Xu, David S. Miller, Brad Bosch, linux-kernel
Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
---
crypto/algapi.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/crypto/algapi.c b/crypto/algapi.c
index f149b1c..3e4524e 100644
--- a/crypto/algapi.c
+++ b/crypto/algapi.c
@@ -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(&larval->alg.cra_list, &crypto_alg_list);
-out:
+out:
return larval;
free_larval:
@@ -388,7 +388,7 @@ int crypto_unregister_alg(struct crypto_alg *alg)
{
int ret;
LIST_HEAD(list);
-
+
down_write(&crypto_alg_sem);
ret = crypto_remove_alg(alg, &list);
up_write(&crypto_alg_sem);
--
1.6.6.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-10 0:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-10 0:49 [PATCH 1/1] CRYPTO: Fix checkpatch errors & warnings in algapi.c Richard Hartmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®