diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-08-10 11:27:39 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2020-10-12 13:08:34 +0300 |
commit | c071cde00bd52a0b8ca0024eb8b5dbe2430c2c3c (patch) | |
tree | a3a23c80f2366e8cbaea05b964cac61e8c86f3ae | |
parent | ba4f184e126b751d1bffad5897f263108befc780 (diff) | |
download | linux-c071cde00bd52a0b8ca0024eb8b5dbe2430c2c3c.tar.xz |
drivers: thermal: Kconfig: fix spelling mistake "acces" -> "access"
There is a spelling mistake in the Kconfig text, fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200810082739.48007-1-colin.king@canonical.com
-rw-r--r-- | drivers/thermal/st/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |