[PATCH] ARM: dts: ls1021: correct indentation

Krzysztof Kozlowski posted 1 patch 3 years, 6 months ago
arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
[PATCH] ARM: dts: ls1021: correct indentation
Posted by Krzysztof Kozlowski 3 years, 6 months ago
Do not use spaces for indentation.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 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
Re: [PATCH] ARM: dts: ls1021: correct indentation
Posted by Shawn Guo 3 years, 5 months ago
On Sun, Oct 02, 2022 at 11:20:04AM +0200, Krzysztof Kozlowski wrote:
> Do not use spaces for indentation.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Applied, thanks!