arm64: dts: exynos: minor whitespace cleanup around '='
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 2 Jul 2023 18:50:09 +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-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/exynos7.dtsi

index 5ea8bda2bfa6b94b4b6f31ed04578d4dfbce28b1..54ed5167d0f67f3e3e4ffed6e585bee0705d73de 100644 (file)
                        #interrupt-cells = <3>;
                        #address-cells = <0>;
                        interrupt-controller;
-                       reg =   <0x11001000 0x1000>,
-                               <0x11002000 0x2000>,
-                               <0x11004000 0x2000>,
-                               <0x11006000 0x2000>;
+                       reg = <0x11001000 0x1000>,
+                             <0x11002000 0x2000>,
+                             <0x11004000 0x2000>,
+                             <0x11006000 0x2000>;
                };
 
                pdma0: dma-controller@10e10000 {