From: Ted Percival Date: Thu, 4 Sep 2014 07:18:21 +0000 (+0800) Subject: crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD description X-Git-Tag: v3.18-rc1~132^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0e56673b7bb4e66c15a5a2ca2d9ecabf9d74c2af;p=karo-tx-linux.git crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD description Signed-off-by: Ted Percival Acked-by: Tim Chen Signed-off-by: Herbert Xu --- 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 algorithms for submitting jobs and flushing jobs in multi-buffer crypto algorithms. Multi-buffer crypto algorithms are executed in the context of this kernel thread and drivers can post - their crypto request asyncrhously and process by this daemon. + their crypto request asynchronously to be processed by this daemon. config CRYPTO_AUTHENC tristate "Authenc support"