aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorTed Percival <ted@tedp.id.au>2014-09-04 03:18:21 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2014-09-04 03:18:21 -0400
commit0e56673b7bb4e66c15a5a2ca2d9ecabf9d74c2af (patch)
tree691624ec5889d51d25afd26530cd9f90d0e2154d /crypto/Kconfig
parente2cffb5f493a8b431dc87124388ea59b79f0bccb (diff)
crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD description
Signed-off-by: Ted Percival <ted@tedp.id.au> Acked-by: Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 86dc81f80bc5..3a1c2b3497ad 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -170,7 +170,7 @@ config CRYPTO_MCRYPTD
170 algorithms for submitting jobs and flushing jobs in multi-buffer 170 algorithms for submitting jobs and flushing jobs in multi-buffer
171 crypto algorithms. Multi-buffer crypto algorithms are executed 171 crypto algorithms. Multi-buffer crypto algorithms are executed
172 in the context of this kernel thread and drivers can post 172 in the context of this kernel thread and drivers can post
173 their crypto request asyncrhously and process by this daemon. 173 their crypto request asynchronously to be processed by this daemon.
174 174
175config CRYPTO_AUTHENC 175config CRYPTO_AUTHENC
176 tristate "Authenc support" 176 tristate "Authenc support"