2022-10-02 09:21:13

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] ARM: dts: ls1021: correct indentation

Do not use spaces for indentation.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts b/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts
index f3ddea934f1b..d2cae8c7d7a6 100644
--- a/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts
+++ b/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts
@@ -30,11 +30,11 @@ sys_mclk: clock-mclk {
};

reg_3p3v: regulator-3p3v {
- compatible = "regulator-fixed";
- regulator-name = "3P3V";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- regulator-always-on;
+ compatible = "regulator-fixed";
+ regulator-name = "3P3V";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ regulator-always-on;
};

leds {
--
2.34.1


2022-10-24 03:03:50

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: ls1021: correct indentation

On Sun, Oct 02, 2022 at 11:20:04AM +0200, Krzysztof Kozlowski wrote:
> Do not use spaces for indentation.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Applied, thanks!