From: Colin Ian King Date: Thu, 24 Jul 2025 10:57:54 +0000 (+0100) Subject: crypto: stm32 - Fix spelling mistake "STMicrolectronics" -> "STMicroelectronics" X-Git-Tag: v6.18-rc1~84^2~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81109696f09cf4c712366323f657d9879a40c626;p=thirdparty%2Fkernel%2Flinux.git crypto: stm32 - Fix spelling mistake "STMicrolectronics" -> "STMicroelectronics" There is a spelling mistake in the module description text. Fix it. Signed-off-by: Colin Ian King Acked-by: Maxime Méré Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/stm32/stm32-cryp.c b/drivers/crypto/stm32/stm32-cryp.c index a89b4c5d62a0..5e82e8a1f71a 100644 --- a/drivers/crypto/stm32/stm32-cryp.c +++ b/drivers/crypto/stm32/stm32-cryp.c @@ -2781,5 +2781,5 @@ static struct platform_driver stm32_cryp_driver = { module_platform_driver(stm32_cryp_driver); MODULE_AUTHOR("Fabien Dessenne "); -MODULE_DESCRIPTION("STMicrolectronics STM32 CRYP hardware driver"); +MODULE_DESCRIPTION("STMicroelectronics STM32 CRYP hardware driver"); MODULE_LICENSE("GPL");