diff mbox series

power: avs: Fix Kconfig indentation

Message ID 20191120134004.14167-1-krzk@kernel.org (mailing list archive)
State Mainlined, archived
Headers show
Series power: avs: Fix Kconfig indentation | expand

Commit Message

Krzysztof Kozlowski Nov. 20, 2019, 1:40 p.m. UTC
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(-)

Comments

Kevin Hilman Nov. 21, 2019, 11:41 p.m. UTC | #1
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
Rafael J. Wysocki Nov. 29, 2019, 11:27 a.m. UTC | #2
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!
diff mbox series

Patch

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.