[PATCH] ARM: dts: allwinner: sun7i-a20: Replace spaces indentation with tabs

Krzysztof Kozlowski posted 1 patch 4 weeks ago
arch/arm/boot/dts/allwinner/sun7i-a20.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: allwinner: sun7i-a20: 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/allwinner/sun7i-a20.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/allwinner/sun7i-a20.dtsi b/arch/arm/boot/dts/allwinner/sun7i-a20.dtsi
index 5f44f09c5545..adb9ee57ac11 100644
--- a/arch/arm/boot/dts/allwinner/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/allwinner/sun7i-a20.dtsi
@@ -873,7 +873,7 @@ gmac_mii_pins: gmac-mii-pins {
 			gmac_rgmii_pins: gmac-rgmii-pins {
 				pins = "PA0", "PA1", "PA2",
 				       "PA3", "PA4", "PA5", "PA6",
-				        "PA7", "PA8", "PA10",
+				       "PA7", "PA8", "PA10",
 				       "PA11", "PA12", "PA13",
 				       "PA15", "PA16";
 				function = "gmac";
-- 
2.53.0
Re: [PATCH] ARM: dts: allwinner: sun7i-a20: Replace spaces indentation with tabs
Posted by Chen-Yu Tsai 3 weeks, 5 days ago
On Sat, 29 Aug 2026 21:41:32 +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 to sunxi/dt-for-7.4 in sunxi, thanks!

[1/1] ARM: dts: allwinner: sun7i-a20: Replace spaces indentation with tabs
      https://git.kernel.org/sunxi/linux/c/913f7eda9f3e

Best regards,
-- 
Chen-Yu Tsai <wens@kernel.org>