Message ID | 1428074430-17268-1-git-send-email-standby24x7@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Herbert Xu |
Headers | show |
On Sat, Apr 04, 2015 at 12:20:30AM +0900, Masanari Iida wrote: > This patch fix a spelling typo in crypto/Kconfig. > > Signed-off-by: Masanari Iida <standby24x7@gmail.com> Applied.
diff --git a/crypto/Kconfig b/crypto/Kconfig index 8863993..8aaf298 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1188,7 +1188,7 @@ config CRYPTO_SERPENT_SSE2_X86_64 Keys are allowed to be from 0 to 256 bits in length, in steps of 8 bits. - This module provides Serpent cipher algorithm that processes eigth + This module provides Serpent cipher algorithm that processes eight blocks parallel using SSE2 instruction set. See also:
This patch fix a spelling typo in crypto/Kconfig. Signed-off-by: Masanari Iida <standby24x7@gmail.com> --- crypto/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)