From: Christophe JAILLET Date: Mon, 19 Aug 2019 05:18:33 +0000 (+0200) Subject: crypto: picoxcell - Fix the name of the module in the description of CRYPTO_DEV_PICOXCELL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=309b77e0f8bfa3126ff12949173e6d45801a968b;p=people%2Fms%2Flinux.git crypto: picoxcell - Fix the name of the module in the description of CRYPTO_DEV_PICOXCELL The help section says that the module will be called 'pipcoxcell_crypto'. This is likely a typo. Use 'picoxcell_crypto' instead Signed-off-by: Christophe JAILLET Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 5cd6e3d12bac..18b48ed675b8 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -393,7 +393,7 @@ config CRYPTO_DEV_PICOXCELL Picochip picoXcell SoC devices. Select this for IPSEC ESP offload and for 3gpp Layer 2 ciphering support. - Saying m here will build a module named pipcoxcell_crypto. + Saying m here will build a module named picoxcell_crypto. config CRYPTO_DEV_SAHARA tristate "Support for SAHARA crypto accelerator"