Subject: [PATCH] Trivial. Fix typo in kconfig entry.


This fixes a typo in file crypto/Kconfig.

diff --git a/crypto/Kconfig b/crypto/Kconfig
index 1cd497d..27484e4 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -102,7 +102,7 @@ config CRYPTO_MANAGER2
select CRYPTO_PCOMP2

config CRYPTO_MANAGER_TESTS
- bool "Run algolithms' self-tests"
+ bool "Run algorithms' self-tests"
default y
depends on CRYPTO_MANAGER2
help


2010-08-06 01:43:34

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] Trivial. Fix typo in kconfig entry.

On Thu, Aug 05, 2010 at 11:21:42AM +0200, Alejandro Riveira Fern?ndez wrote:
>
> This fixes a typo in file crypto/Kconfig.

Thanks for the patch. As I've just negated this option, the typo
text no longer exists in the crypto-2.6 tree.

Cheers,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Subject: Re: [PATCH] Trivial. Fix typo in kconfig entry.

El Fri, 6 Aug 2010 09:43:28 +0800
Herbert Xu <[email protected]> escribió:

> On Thu, Aug 05, 2010 at 11:21:42AM +0200, Alejandro Riveira Fernández wrote:
> >
> > This fixes a typo in file crypto/Kconfig.
>
> Thanks for the patch. As I've just negated this option, the typo
> text no longer exists in the crypto-2.6 tree.

Fair enough.

>
> Cheers,