diff mbox series

[1/4] arm64: dts: exynos: minor whitespace cleanup around '='

Message ID 20230702185012.43699-1-krzysztof.kozlowski@linaro.org
State Accepted
Commit fc947ed0b294a18d712c9e94e54722442762f45f
Headers show
Series [1/4] arm64: dts: exynos: minor whitespace cleanup around '=' | expand

Commit Message

Krzysztof Kozlowski July 2, 2023, 6:50 p.m. UTC
The DTS code coding style expects exactly one space before and after '='
sign.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/exynos/exynos7.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Alim Akhtar July 3, 2023, 3:32 a.m. UTC | #1
Hi Krzysztof

> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Monday, July 3, 2023 12:20 AM
> To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Conor Dooley
> <conor+dt@kernel.org>; Alim Akhtar <alim.akhtar@samsung.com>; linux-
> fsd@tesla.com; devicetree@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
> kernel@vger.kernel.org
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Subject: [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around
> '='
> 
> The DTS code coding style expects exactly one space before and after '='
> sign.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Thanks!

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

>  arch/arm64/boot/dts/exynos/exynos7.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi
> b/arch/arm64/boot/dts/exynos/exynos7.dtsi
> index 5ea8bda2bfa6..54ed5167d0f6 100644
> --- a/arch/arm64/boot/dts/exynos/exynos7.dtsi
> +++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi
> @@ -138,10 +138,10 @@ gic: interrupt-controller@11001000 {
>  			#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 {
> --
> 2.34.1
Krzysztof Kozlowski July 10, 2023, 8 a.m. UTC | #2
On Sun, 02 Jul 2023 20:50:09 +0200, Krzysztof Kozlowski wrote:
> The DTS code coding style expects exactly one space before and after '='
> sign.
> 
> 

Applied, thanks!

[1/4] arm64: dts: exynos: minor whitespace cleanup around '='
      https://git.kernel.org/krzk/linux/c/fc947ed0b294a18d712c9e94e54722442762f45f
[2/4] arm64: dts: fsd: minor whitespace cleanup around '='
      https://git.kernel.org/krzk/linux/c/e366be1a67b894d4d4732a26f027753db09a9805
[3/4] ARM: dts: exynos: minor whitespace cleanup around '='
      https://git.kernel.org/krzk/linux/c/cf19cc977b732942f265558f57f17e0dbd02d2a5
[4/4] ARM: dts: s5pv210: minor whitespace cleanup around '='
      https://git.kernel.org/krzk/linux/c/798bfb676ce436c4de73def56ac2f51dad116090

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts/exynos/exynos7.dtsi
index 5ea8bda2bfa6..54ed5167d0f6 100644
--- a/arch/arm64/boot/dts/exynos/exynos7.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi
@@ -138,10 +138,10 @@  gic: interrupt-controller@11001000 {
 			#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 {