projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2f770d
)
crypto: serpent_sse2 - Fix a typo in Kconfig
author
Masanari Iida
<standby24x7@gmail.com>
Fri, 3 Apr 2015 15:20:30 +0000
(
00:20
+0900)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 7 Apr 2015 13:34:20 +0000
(21:34 +0800)
This patch fix a spelling typo in crypto/Kconfig.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index 88639937a934149bf7352e79a284e7d763dbd022..8aaf298a80e165f3fb5f83b1e00b8636cf9d08a3 100644
(file)
--- 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 eig
th
+ This module provides Serpent cipher algorithm that processes eig
ht
blocks parallel using SSE2 instruction set.
See also: