[PATCH] ARM: dts: vexpress-v2p-ca5s: Replace spaces indentation with tabs

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

diff --git a/arch/arm/boot/dts/arm/vexpress-v2p-ca5s.dts b/arch/arm/boot/dts/arm/vexpress-v2p-ca5s.dts
index e3896253f33e..41a98ba33e80 100644
--- a/arch/arm/boot/dts/arm/vexpress-v2p-ca5s.dts
+++ b/arch/arm/boot/dts/arm/vexpress-v2p-ca5s.dts
@@ -106,7 +106,7 @@ timer@2c000600 {
 
 	timer@2c000200 {
 		compatible = "arm,cortex-a5-global-timer",
-		             "arm,cortex-a9-global-timer";
+			     "arm,cortex-a9-global-timer";
 		reg = <0x2c000200 0x20>;
 		interrupts = <1 11 0x304>;
 		clocks = <&cpu_clk>;
-- 
2.53.0
Re: [PATCH] ARM: dts: vexpress-v2p-ca5s: Replace spaces indentation with tabs
Posted by Krzysztof Kozlowski 1 week ago
On Sat, 29 Aug 2026 21:41:22 +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: vexpress-v2p-ca5s: Replace spaces indentation with tabs
      https://git.kernel.org/krzk/linux-dt/c/cbdbed966ca04daa3ce50a629711660bd451ee2e

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>
Re: [PATCH] ARM: dts: vexpress-v2p-ca5s: Replace spaces indentation with tabs
Posted by Sudeep Holla 3 weeks, 5 days ago
On Sat, Aug 29, 2026 at 09:41:22PM +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)").
> 

Reviewed-by: Sudeep Holla <sudeep.holla@kernel.org>

-- 
Regards,
Sudeep