]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
crypto: kconfig - fix a couple of spelling mistakes
authorColin Ian King <colin.king@canonical.com>
Sat, 14 Nov 2020 12:12:27 +0000 (12:12 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 20 Nov 2020 03:45:34 +0000 (14:45 +1100)
There are a couple of spelling mistakes in two crypto Kconfig files.
Fix these.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig
drivers/crypto/allwinner/Kconfig

index 37da0c070a8832bf1f302c2f6274455b64069465..129bbdc4993b656cc7978eea5802e76b85c2568a 100644 (file)
@@ -648,7 +648,7 @@ choice
        default CRYPTO_DEV_QCE_ENABLE_ALL
        depends on CRYPTO_DEV_QCE
        help
-         This option allows to choose whether to build support for all algorihtms
+         This option allows to choose whether to build support for all algorithms
          (default), hashes-only, or skciphers-only.
 
          The QCE engine does not appear to scale as well as the CPU to handle
index 0cdfe0e8cc66b4c5a779b94bb39b8efdccf93da7..180c8a9db819d5e6e465e11ea16ff8c8e212a3cc 100644 (file)
@@ -43,7 +43,7 @@ config CRYPTO_DEV_SUN8I_CE
        depends on CRYPTO_DEV_ALLWINNER
        depends on PM
        help
-         Select y here to have support for the crypto Engine availlable on
+         Select y here to have support for the crypto Engine available on
          Allwinner SoC H2+, H3, H5, H6, R40 and A64.
          The Crypto Engine handle AES/3DES ciphers in ECB/CBC mode.