linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] power: avs: Fix Kconfig indentation
@ 2019-11-20 13:40 Krzysztof Kozlowski
  2019-11-21 23:41 ` Kevin Hilman
  2019-11-29 11:27 ` Rafael J. Wysocki
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2019-11-20 13:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Krzysztof Kozlowski, Kevin Hilman, Nishanth Menon, 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/power/avs/Kconfig | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/power/avs/Kconfig b/drivers/power/avs/Kconfig
index b5a217b828dc..089b6244b716 100644
--- a/drivers/power/avs/Kconfig
+++ b/drivers/power/avs/Kconfig
@@ -13,9 +13,9 @@ menuconfig POWER_AVS
 	  Say Y here to enable Adaptive Voltage Scaling class support.
 
 config ROCKCHIP_IODOMAIN
-        tristate "Rockchip IO domain support"
-        depends on POWER_AVS && ARCH_ROCKCHIP && OF
-        help
-          Say y here to enable support io domains on Rockchip SoCs. It is
-          necessary for the io domain setting of the SoC to match the
-          voltage supplied by the regulators.
+	tristate "Rockchip IO domain support"
+	depends on POWER_AVS && ARCH_ROCKCHIP && OF
+	help
+	  Say y here to enable support io domains on Rockchip SoCs. It is
+	  necessary for the io domain setting of the SoC to match the
+	  voltage supplied by the regulators.
-- 
2.17.1


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

* Re: [PATCH] power: avs: Fix Kconfig indentation
  2019-11-20 13:40 [PATCH] power: avs: Fix Kconfig indentation Krzysztof Kozlowski
@ 2019-11-21 23:41 ` Kevin Hilman
  2019-11-29 11:27 ` Rafael J. Wysocki
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Hilman @ 2019-11-21 23:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-kernel
  Cc: Krzysztof Kozlowski, Kevin Hilman, Nishanth Menon, linux-pm

Krzysztof Kozlowski <krzk@kernel.org> writes:

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

Acked-by: Kevin Hilman <khilman@baylibre.com>

Rafael, feel free to apply directly.

Kevin

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

* Re: [PATCH] power: avs: Fix Kconfig indentation
  2019-11-20 13:40 [PATCH] power: avs: Fix Kconfig indentation Krzysztof Kozlowski
  2019-11-21 23:41 ` Kevin Hilman
@ 2019-11-29 11:27 ` Rafael J. Wysocki
  1 sibling, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2019-11-29 11:27 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-kernel, Kevin Hilman, Nishanth Menon, linux-pm, Kevin Hilman

On Wednesday, November 20, 2019 2:40:04 PM CET 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/power/avs/Kconfig | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/power/avs/Kconfig b/drivers/power/avs/Kconfig
> index b5a217b828dc..089b6244b716 100644
> --- a/drivers/power/avs/Kconfig
> +++ b/drivers/power/avs/Kconfig
> @@ -13,9 +13,9 @@ menuconfig POWER_AVS
>  	  Say Y here to enable Adaptive Voltage Scaling class support.
>  
>  config ROCKCHIP_IODOMAIN
> -        tristate "Rockchip IO domain support"
> -        depends on POWER_AVS && ARCH_ROCKCHIP && OF
> -        help
> -          Say y here to enable support io domains on Rockchip SoCs. It is
> -          necessary for the io domain setting of the SoC to match the
> -          voltage supplied by the regulators.
> +	tristate "Rockchip IO domain support"
> +	depends on POWER_AVS && ARCH_ROCKCHIP && OF
> +	help
> +	  Say y here to enable support io domains on Rockchip SoCs. It is
> +	  necessary for the io domain setting of the SoC to match the
> +	  voltage supplied by the regulators.
> 

Applying as 5.5 material, thanks!




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

end of thread, other threads:[~2019-11-29 11:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 13:40 [PATCH] power: avs: Fix Kconfig indentation Krzysztof Kozlowski
2019-11-21 23:41 ` Kevin Hilman
2019-11-29 11:27 ` Rafael J. Wysocki

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