ARM: dts: allwinner: sun8i-h3: Correct indentation

Message ID 20260706101951.341727-2-krzysztof.kozlowski@oss.qualcomm.com (mailing list archive)
State New
Headers
Series ARM: dts: allwinner: sun8i-h3: Correct indentation |

Commit Message

Krzysztof Kozlowski July 6, 2026, 10:19 a.m. UTC
Correct spaces or mix of tabs+spaces into proper tab-indented lines.
No functional impact (same DTB).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

---

Ongoing bigger work for all bindings and DTS with built-in checker (dt-check-style).
---
 arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Chen-Yu Tsai July 6, 2026, 4:51 p.m. UTC | #1
On Mon, 06 Jul 2026 12:19:52 +0200, Krzysztof Kozlowski wrote:
> Correct spaces or mix of tabs+spaces into proper tab-indented lines.
> No functional impact (same DTB).
> 
> 

Applied to sunxi/dt-for-7.3 in sunxi, thanks!

[1/1] ARM: dts: allwinner: sun8i-h3: Correct indentation
      https://git.kernel.org/sunxi/linux/c/5ede58393a70

Best regards,
  

Patch

diff --git a/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts b/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts
index 2b0566d4b386..88550da5af62 100644
--- a/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts
+++ b/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts
@@ -73,7 +73,7 @@  reg_vcc_dram: vcc-dram {
 		enable-active-high;
 		gpio = <&r_pio 0 9 GPIO_ACTIVE_HIGH>; /* PL9 */
 		vin-supply = <&reg_vcc5v0>;
-        };
+	};
 
 	reg_vdd_sys: vdd-sys {
 		compatible = "regulator-fixed";
@@ -85,7 +85,7 @@  reg_vdd_sys: vdd-sys {
 		enable-active-high;
 		gpio = <&r_pio 0 8 GPIO_ACTIVE_HIGH>; /* PL8 */
 		vin-supply = <&reg_vcc5v0>;
-        };
+	};
 
 	wifi_pwrseq: pwrseq {
 		compatible = "mmc-pwrseq-simple";