crypto: algapi - Fix checkpatch errors
authorRichard Hartmann <richih.mailinglist@gmail.com>
Tue, 16 Feb 2010 12:25:21 +0000 (20:25 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 16 Feb 2010 12:25:21 +0000 (20:25 +0800)
Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/algapi.c

index f149b1c..3e4524e 100644 (file)
@@ -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);