diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2019-03-06 23:05:24 +0100 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2019-05-14 05:35:34 +0200 |
commit | 0f54aa5cafbe8434e2938c1cc64ac2e4fe60f0c0 (patch) | |
tree | 49d3b157bab59d391c21b36ca2fd8156313441ae /drivers/thermal/tegra | |
parent | of: thermal: Improve print information (diff) | |
download | linux-0f54aa5cafbe8434e2938c1cc64ac2e4fe60f0c0.tar.xz linux-0f54aa5cafbe8434e2938c1cc64ac2e4fe60f0c0.zip |
drivers: thermal: Kconfig: pedantic cleanups
Formatting of Kconfig files doesn't look so pretty, so just
take damp cloth and clean it up.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/tegra')
-rw-r--r-- | drivers/thermal/tegra/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/thermal/tegra/Kconfig b/drivers/thermal/tegra/Kconfig index f8740f7852e3..fc0b33b3f26b 100644 --- a/drivers/thermal/tegra/Kconfig +++ b/drivers/thermal/tegra/Kconfig @@ -14,7 +14,7 @@ config TEGRA_BPMP_THERMAL tristate "Tegra BPMP thermal sensing" depends on TEGRA_BPMP || COMPILE_TEST help - Enable this option for support for sensing system temperature of NVIDIA - Tegra systems-on-chip with the BPMP coprocessor (Tegra186). + Enable this option for support for sensing system temperature of NVIDIA + Tegra systems-on-chip with the BPMP coprocessor (Tegra186). endmenu |