diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-06-04 13:39:47 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-06-15 10:38:54 +0300 |
commit | 24c7bf089453f6a1eed4c77ed0604bf4bb8cfb03 (patch) | |
tree | 2f72fd69b9feca5732c23217dc3caf4829645b2f /drivers/crypto/caam/Kconfig | |
parent | 376bd28d03c97b4d53f5797d5f9b3522c8bd4d3d (diff) | |
download | linux-24c7bf089453f6a1eed4c77ed0604bf4bb8cfb03.tar.xz |
crypto: caam - fix typos
Fix CAAM related typos.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam/Kconfig')
-rw-r--r-- | drivers/crypto/caam/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/Kconfig b/drivers/crypto/caam/Kconfig index a62f228be6da..bc35aa0ec07a 100644 --- a/drivers/crypto/caam/Kconfig +++ b/drivers/crypto/caam/Kconfig @@ -147,7 +147,7 @@ config CRYPTO_DEV_FSL_CAAM_RNG_API select HW_RANDOM help Selecting this will register the SEC4 hardware rng to - the hw_random API for suppying the kernel entropy pool. + the hw_random API for supplying the kernel entropy pool. endif # CRYPTO_DEV_FSL_CAAM_JR |