Prev: [PATCH] w100fb: fix building error caused by incorrect use of writel()
Next: direct-io regression [Was: How to track down abysmal performance ata - raid1 - crypto - vg/lv - xfs]
From: Alejandro Riveira Fernández on 5 Aug 2010 05:30 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |