[PATCH] ARM: dts: rockchip: rk3229-xms6: Replace spaces indentation with tabs

Krzysztof Kozlowski posted 1 patch 4 weeks ago
arch/arm/boot/dts/rockchip/rk3229-xms6.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] ARM: dts: rockchip: rk3229-xms6: Replace spaces indentation with tabs
Posted by Krzysztof Kozlowski 4 weeks ago
Replace excessive spaces for aligning indentation into tabs.  This will
be reported by dt-style-check ("[mixed-indent-chars] too many space
characters in indent (more than 7)").

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
 arch/arm/boot/dts/rockchip/rk3229-xms6.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/rockchip/rk3229-xms6.dts b/arch/arm/boot/dts/rockchip/rk3229-xms6.dts
index 28333449c43a..6fd3e61c89af 100644
--- a/arch/arm/boot/dts/rockchip/rk3229-xms6.dts
+++ b/arch/arm/boot/dts/rockchip/rk3229-xms6.dts
@@ -48,7 +48,7 @@ blue_led: led-0 {
 	sdio_pwrseq: sdio-pwrseq {
 		compatible = "mmc-pwrseq-simple";
 		reset-gpios = <&gpio2 26 GPIO_ACTIVE_LOW>,
-		              <&gpio2 29 GPIO_ACTIVE_LOW>;
+			      <&gpio2 29 GPIO_ACTIVE_LOW>;
 	};
 
 	vcc_host: regulator-vcc-host {
@@ -163,7 +163,7 @@ mdio {
 
 		phy: ethernet-phy@0 {
 			compatible = "ethernet-phy-id1234.d400",
-			             "ethernet-phy-ieee802.3-c22";
+				     "ethernet-phy-ieee802.3-c22";
 			reg = <0>;
 			clocks = <&cru SCLK_MAC_PHY>;
 			phy-is-integrated;
-- 
2.53.0
Re: [PATCH] ARM: dts: rockchip: rk3229-xms6: Replace spaces indentation with tabs
Posted by Heiko Stuebner 3 weeks, 3 days ago
On Sat, 29 Aug 2026 21:40:13 +0200, Krzysztof Kozlowski wrote:
> Replace excessive spaces for aligning indentation into tabs.  This will
> be reported by dt-style-check ("[mixed-indent-chars] too many space
> characters in indent (more than 7)").
> 
> 

Applied, thanks!

[1/1] ARM: dts: rockchip: rk3229-xms6: Replace spaces indentation with tabs
      commit: 5c44a0abd4334e5be2d8d485dd73a387c6eabb04

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>