diff options
| author | Colin Ian King <[email protected]> | 2025-07-24 10:57:54 +0000 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2025-08-16 09:22:46 +0000 |
| commit | 81109696f09cf4c712366323f657d9879a40c626 (patch) | |
| tree | 0dac9045a0e7cbdaa36d7fcc3220e93481eb28e3 /drivers/crypto/stm32/stm32-cryp.c | |
| parent | crypto: ccp - Add support to enable CipherTextHiding on SNP_INIT_EX (diff) | |
| download | kernel-81109696f09cf4c712366323f657d9879a40c626.tar.gz kernel-81109696f09cf4c712366323f657d9879a40c626.zip | |
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 <[email protected]>
Acked-by: Maxime Méré <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'drivers/crypto/stm32/stm32-cryp.c')
| -rw-r--r-- | drivers/crypto/stm32/stm32-cryp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <[email protected]>"); -MODULE_DESCRIPTION("STMicrolectronics STM32 CRYP hardware driver"); +MODULE_DESCRIPTION("STMicroelectronics STM32 CRYP hardware driver"); MODULE_LICENSE("GPL"); |
