linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] devfreq: Fix Kconfig indentation
@ 2019-11-20 13:42 ` Krzysztof Kozlowski
  2019-11-20 23:20   ` Chanwoo Choi
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2019-11-20 13:42 UTC (permalink / raw)
  To: linux-kernel
  Cc: Krzysztof Kozlowski, MyungJoo Ham, Kyungmin Park, Chanwoo Choi,
	linux-pm

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
	$ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/devfreq/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
index 066e6c4efaa2..59027d7ddf2a 100644
--- a/drivers/devfreq/Kconfig
+++ b/drivers/devfreq/Kconfig
@@ -119,9 +119,9 @@ config ARM_RK3399_DMC_DEVFREQ
 	select DEVFREQ_GOV_SIMPLE_ONDEMAND
 	select PM_DEVFREQ_EVENT
 	help
-          This adds the DEVFREQ driver for the RK3399 DMC(Dynamic Memory Controller).
-          It sets the frequency for the memory controller and reads the usage counts
-          from hardware.
+	  This adds the DEVFREQ driver for the RK3399 DMC(Dynamic Memory Controller).
+	  It sets the frequency for the memory controller and reads the usage counts
+	  from hardware.
 
 source "drivers/devfreq/event/Kconfig"
 
-- 
2.17.1


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

* Re: [PATCH] devfreq: Fix Kconfig indentation
  2019-11-20 13:42 ` [PATCH] devfreq: Fix Kconfig indentation Krzysztof Kozlowski
@ 2019-11-20 23:20   ` Chanwoo Choi
  0 siblings, 0 replies; 2+ messages in thread
From: Chanwoo Choi @ 2019-11-20 23:20 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-kernel; +Cc: MyungJoo Ham, Kyungmin Park, linux-pm

On 11/20/19 10:42 PM, Krzysztof Kozlowski wrote:
> Adjust indentation from spaces to tab (+optional two spaces) as in
> coding style with command like:
> 	$ sed -e 's/^        /\t/' -i */Kconfig
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  drivers/devfreq/Kconfig | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
> index 066e6c4efaa2..59027d7ddf2a 100644
> --- a/drivers/devfreq/Kconfig
> +++ b/drivers/devfreq/Kconfig
> @@ -119,9 +119,9 @@ config ARM_RK3399_DMC_DEVFREQ
>  	select DEVFREQ_GOV_SIMPLE_ONDEMAND
>  	select PM_DEVFREQ_EVENT
>  	help
> -          This adds the DEVFREQ driver for the RK3399 DMC(Dynamic Memory Controller).
> -          It sets the frequency for the memory controller and reads the usage counts
> -          from hardware.
> +	  This adds the DEVFREQ driver for the RK3399 DMC(Dynamic Memory Controller).
> +	  It sets the frequency for the memory controller and reads the usage counts
> +	  from hardware.
>  
>  source "drivers/devfreq/event/Kconfig"
>  
> 

Applied it. Thanks.

-- 
Best Regards,
Chanwoo Choi
Samsung Electronics

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

end of thread, other threads:[~2019-11-20 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20191120134228epcas5p2b934651ced36ef9ed34a2a40f85a7704@epcas5p2.samsung.com>
2019-11-20 13:42 ` [PATCH] devfreq: Fix Kconfig indentation Krzysztof Kozlowski
2019-11-20 23:20   ` Chanwoo Choi

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