linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] thermal: Kconfig: cosmetic fixes
@ 2013-09-27 18:20 Luka Perkov
  2013-09-27 21:51 ` Eduardo Valentin
  2013-10-09  3:52 ` Zhang Rui
  0 siblings, 2 replies; 3+ messages in thread
From: Luka Perkov @ 2013-09-27 18:20 UTC (permalink / raw)
  To: linux-pm; +Cc: Luka Perkov, Randy Dunlap

Fix typo, finish sentence and add missing dots.

Signed-off-by: Luka Perkov <luka@openwrt.org>
CC: Randy Dunlap <rdunlap@infradead.org>
---
 drivers/thermal/Kconfig | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

v1 -> v2:
* address Randy's comment about unfinished sentence

diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index dbfc390..3910b09 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
 
@@ -69,6 +69,7 @@ config THERMAL_GOV_STEP_WISE
 	bool "Step_wise thermal governor"
 	help
 	  Enable this to manage platform thermals using a simple linear
+	  governor.
 
 config THERMAL_GOV_USER_SPACE
 	bool "User_space thermal governor"
@@ -117,14 +118,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] 3+ messages in thread

* Re: [PATCH v2] thermal: Kconfig: cosmetic fixes
  2013-09-27 18:20 [PATCH v2] thermal: Kconfig: cosmetic fixes Luka Perkov
@ 2013-09-27 21:51 ` Eduardo Valentin
  2013-10-09  3:52 ` Zhang Rui
  1 sibling, 0 replies; 3+ messages in thread
From: Eduardo Valentin @ 2013-09-27 21:51 UTC (permalink / raw)
  To: Luka Perkov; +Cc: linux-pm, Randy Dunlap, eduardo.valentin

[-- Attachment #1: Type: text/plain, Size: 1729 bytes --]

On 27-09-2013 14:20, Luka Perkov wrote:
> Fix typo, finish sentence and add missing dots.
> 
> Signed-off-by: Luka Perkov <luka@openwrt.org>
> CC: Randy Dunlap <rdunlap@infradead.org>

Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>

> ---
>  drivers/thermal/Kconfig | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> v1 -> v2:
> * address Randy's comment about unfinished sentence
> 
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index dbfc390..3910b09 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
>  
> @@ -69,6 +69,7 @@ config THERMAL_GOV_STEP_WISE
>  	bool "Step_wise thermal governor"
>  	help
>  	  Enable this to manage platform thermals using a simple linear
> +	  governor.
>  
>  config THERMAL_GOV_USER_SPACE
>  	bool "User_space thermal governor"
> @@ -117,14 +118,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"
> 


-- 
You have got to be excited about what you are doing. (L. Lamport)

Eduardo Valentin


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 295 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] thermal: Kconfig: cosmetic fixes
  2013-09-27 18:20 [PATCH v2] thermal: Kconfig: cosmetic fixes Luka Perkov
  2013-09-27 21:51 ` Eduardo Valentin
@ 2013-10-09  3:52 ` Zhang Rui
  1 sibling, 0 replies; 3+ messages in thread
From: Zhang Rui @ 2013-10-09  3:52 UTC (permalink / raw)
  To: Luka Perkov; +Cc: linux-pm, Randy Dunlap

On Fri, 2013-09-27 at 20:20 +0200, Luka Perkov wrote:
> Fix typo, finish sentence and add missing dots.
> 
> Signed-off-by: Luka Perkov <luka@openwrt.org>
> CC: Randy Dunlap <rdunlap@infradead.org>

applied to thermal -next.

thanks,
rui
> ---
>  drivers/thermal/Kconfig | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> v1 -> v2:
> * address Randy's comment about unfinished sentence
> 
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index dbfc390..3910b09 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
>  
> @@ -69,6 +69,7 @@ config THERMAL_GOV_STEP_WISE
>  	bool "Step_wise thermal governor"
>  	help
>  	  Enable this to manage platform thermals using a simple linear
> +	  governor.
>  
>  config THERMAL_GOV_USER_SPACE
>  	bool "User_space thermal governor"
> @@ -117,14 +118,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"



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-09  3:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 18:20 [PATCH v2] thermal: Kconfig: cosmetic fixes Luka Perkov
2013-09-27 21:51 ` Eduardo Valentin
2013-10-09  3:52 ` Zhang Rui

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).