* [PATCH] thermal: Kconfig: cosmetic fixes
@ 2013-09-27 8:23 Luka Perkov
2013-09-27 14:30 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Luka Perkov @ 2013-09-27 8:23 UTC (permalink / raw)
To: linux-pm; +Cc: Luka Perkov
Fix typo and add missing dots.
Signed-off-by: Luka Perkov <luka@openwrt.org>
---
drivers/thermal/Kconfig | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index dbfc390..ea74abb 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -56,7 +56,7 @@ config THERMAL_DEFAULT_GOV_USER_SPACE
select THERMAL_GOV_USER_SPACE
help
Select this if you want to let the user space manage the
- lpatform thermals.
+ platform thermals.
endchoice
@@ -68,7 +68,7 @@ config THERMAL_GOV_FAIR_SHARE
config THERMAL_GOV_STEP_WISE
bool "Step_wise thermal governor"
help
- Enable this to manage platform thermals using a simple linear
+ Enable this to manage platform thermals using a simple linear.
config THERMAL_GOV_USER_SPACE
bool "User_space thermal governor"
@@ -117,14 +117,14 @@ config SPEAR_THERMAL
depends on OF
help
Enable this to plug the SPEAr thermal sensor driver into the Linux
- thermal framework
+ thermal framework.
config RCAR_THERMAL
tristate "Renesas R-Car thermal driver"
depends on ARCH_SHMOBILE
help
Enable this to plug the R-Car thermal sensor driver into the Linux
- thermal framework
+ thermal framework.
config KIRKWOOD_THERMAL
tristate "Temperature sensor on Marvell Kirkwood SoCs"
--
1.8.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] thermal: Kconfig: cosmetic fixes
2013-09-27 8:23 [PATCH] thermal: Kconfig: cosmetic fixes Luka Perkov
@ 2013-09-27 14:30 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2013-09-27 14:30 UTC (permalink / raw)
To: Luka Perkov; +Cc: linux-pm
On 09/27/13 01:23, Luka Perkov wrote:
> Fix typo and add missing dots.
>
> Signed-off-by: Luka Perkov <luka@openwrt.org>
> ---
> drivers/thermal/Kconfig | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index dbfc390..ea74abb 100644
> --- a/drivers/thermal/Kconfig
> +++ b/drivers/thermal/Kconfig
> @@ -56,7 +56,7 @@ config THERMAL_DEFAULT_GOV_USER_SPACE
> select THERMAL_GOV_USER_SPACE
> help
> Select this if you want to let the user space manage the
> - lpatform thermals.
> + platform thermals.
>
> endchoice
>
> @@ -68,7 +68,7 @@ config THERMAL_GOV_FAIR_SHARE
> config THERMAL_GOV_STEP_WISE
> bool "Step_wise thermal governor"
> help
> - Enable this to manage platform thermals using a simple linear
> + Enable this to manage platform thermals using a simple linear.
Missing some ending word? maybe:
using a simple linear governor.
>
> config THERMAL_GOV_USER_SPACE
> bool "User_space thermal governor"
> @@ -117,14 +117,14 @@ config SPEAR_THERMAL
> depends on OF
> help
> Enable this to plug the SPEAr thermal sensor driver into the Linux
> - thermal framework
> + thermal framework.
>
> config RCAR_THERMAL
> tristate "Renesas R-Car thermal driver"
> depends on ARCH_SHMOBILE
> help
> Enable this to plug the R-Car thermal sensor driver into the Linux
> - thermal framework
> + thermal framework.
>
> config KIRKWOOD_THERMAL
> tristate "Temperature sensor on Marvell Kirkwood SoCs"
>
--
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-27 14:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 8:23 [PATCH] thermal: Kconfig: cosmetic fixes Luka Perkov
2013-09-27 14:30 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).