2020-05-03 19:12:52

by Christophe JAILLET

[permalink] [raw]
Subject: [PATCH] thermal: stm32: fix spelling mistake "acces" -> "access"

Fix a typo in Kconfig.

Signed-off-by: Christophe JAILLET <[email protected]>
---
drivers/thermal/st/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/st/Kconfig b/drivers/thermal/st/Kconfig
index 3c3b695cc3e9..58ece381956b 100644
--- a/drivers/thermal/st/Kconfig
+++ b/drivers/thermal/st/Kconfig
@@ -23,5 +23,5 @@ config STM32_THERMAL
help
Support for thermal framework on STMicroelectronics STM32 series of
SoCs. This thermal driver allows to access to general thermal framework
- functionalities and to acces to SoC sensor functionalities. This
+ functionalities and to access to SoC sensor functionalities. This
configuration is fully dependent of MACH_STM32MP157.
--
2.25.1


2020-05-03 20:08:18

by Joe Perches

[permalink] [raw]
Subject: Re: [PATCH] thermal: stm32: fix spelling mistake "acces" -> "access"

On Sun, 2020-05-03 at 21:11 +0200, Christophe JAILLET wrote:
> Fix a typo in Kconfig.
[]
> diff --git a/drivers/thermal/st/Kconfig b/drivers/thermal/st/Kconfig
[]
> @@ -23,5 +23,5 @@ config STM32_THERMAL
> help
> Support for thermal framework on STMicroelectronics STM32 series of
> SoCs. This thermal driver allows to access to general thermal framework
> - functionalities and to acces to SoC sensor functionalities. This
> + functionalities and to access to SoC sensor functionalities. This
> configuration is fully dependent of MACH_STM32MP157.

Could fix the grammar too:

This thermal driver allows to access general thermal framework
functionalities and access to SoC sensor functionalities.