]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: fsd: minor whitespace cleanup around '='
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 2 Jul 2023 18:50:10 +0000 (20:50 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 10 Jul 2023 07:02:38 +0000 (09:02 +0200)
The DTS code coding style expects exactly one space before and after '='
sign.

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20230702185012.43699-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/tesla/fsd.dtsi

index 1c53c68efd5305684ce47f3473fe1f28bc3ecb82..bb50a9f7db4aa0f39632eedd6dca1dcda755fdbe 100644 (file)
                        compatible = "arm,gic-v3";
                        #interrupt-cells = <3>;
                        interrupt-controller;
-                       reg =   <0x0 0x10400000 0x0 0x10000>, /* GICD */
-                               <0x0 0x10600000 0x0 0x200000>; /* GICR_RD+GICR_SGI */
+                       reg = <0x0 0x10400000 0x0 0x10000>, /* GICD */
+                             <0x0 0x10600000 0x0 0x200000>; /* GICR_RD+GICR_SGI */
                        interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
                };