[PATCH] arm64: dts: cavium: thunder-88xx: Replace spaces indentation with tabs

Krzysztof Kozlowski posted 1 patch 4 weeks ago
arch/arm64/boot/dts/cavium/thunder-88xx.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH] arm64: dts: cavium: thunder-88xx: 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/arm64/boot/dts/cavium/thunder-88xx.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/cavium/thunder-88xx.dtsi b/arch/arm64/boot/dts/cavium/thunder-88xx.dtsi
index 70430cb2b053..5bcc220e3d38 100644
--- a/arch/arm64/boot/dts/cavium/thunder-88xx.dtsi
+++ b/arch/arm64/boot/dts/cavium/thunder-88xx.dtsi
@@ -355,9 +355,9 @@ cpu@20f {
 	timer {
 		compatible = "arm,armv8-timer";
 		interrupts = <1 13 4>,
-		             <1 14 4>,
-		             <1 11 4>,
-		             <1 10 4>;
+			     <1 14 4>,
+			     <1 11 4>,
+			     <1 10 4>;
 	};
 
 	pmu {
-- 
2.53.0
Re: [PATCH] arm64: dts: cavium: thunder-88xx: Replace spaces indentation with tabs
Posted by Krzysztof Kozlowski 1 week ago
On Sat, 29 Aug 2026 21:39:21 +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] arm64: dts: cavium: thunder-88xx: Replace spaces indentation with tabs
      https://git.kernel.org/krzk/linux-dt/c/1f6101ae9560c381bb6e3b4322b51d784a648019

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>