public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
	"'Rob Herring'" <robh+dt@kernel.org>,
	"'Krzysztof Kozlowski'" <krzysztof.kozlowski+dt@linaro.org>,
	"'Conor Dooley'" <conor+dt@kernel.org>, <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>
Subject: RE: [PATCH 3/4] ARM: dts: exynos: minor whitespace cleanup around '='
Date: Mon, 3 Jul 2023 09:04:50 +0530	[thread overview]
Message-ID: <014e01d9ad5f$54a15d60$fde41820$@samsung.com> (raw)
In-Reply-To: <20230702185012.43699-3-krzysztof.kozlowski@linaro.org>

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 3/4] ARM: 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/arm/boot/dts/samsung/exynos4210-trats.dts          | 8 ++++----
>  arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts | 4 ++--
>  arch/arm/boot/dts/samsung/exynos4412-midas.dtsi         | 2 +-
>  3 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/samsung/exynos4210-trats.dts
> b/arch/arm/boot/dts/samsung/exynos4210-trats.dts
> index bfb04b31e11b..95e0e01b6ff6 100644
> --- a/arch/arm/boot/dts/samsung/exynos4210-trats.dts
> +++ b/arch/arm/boot/dts/samsung/exynos4210-trats.dts
> @@ -20,10 +20,10 @@ / {
> 
>  	memory@40000000 {
>  		device_type = "memory";
> -		reg =  <0x40000000 0x10000000
> -			0x50000000 0x10000000
> -			0x60000000 0x10000000
> -			0x70000000 0x10000000>;
> +		reg = <0x40000000 0x10000000
> +		       0x50000000 0x10000000
> +		       0x60000000 0x10000000
> +		       0x70000000 0x10000000>;
>  	};
> 
>  	aliases {
> diff --git a/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
> b/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
> index c84af3d27c1c..bdc30f8cf748 100644
> --- a/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
> +++ b/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
> @@ -20,8 +20,8 @@ / {
> 
>  	memory@40000000 {
>  		device_type = "memory";
> -		reg =  <0x40000000 0x10000000
> -			0x50000000 0x10000000>;
> +		reg = <0x40000000 0x10000000
> +		       0x50000000 0x10000000>;
>  	};
> 
>  	aliases {
> diff --git a/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
> b/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
> index e6b949c1a00f..57836d5554d0 100644
> --- a/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
> +++ b/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
> @@ -990,7 +990,7 @@ &mshc_0 {
> 
>  &pmu_system_controller {
>  	assigned-clocks = <&pmu_system_controller 0>;
> -	assigned-clock-parents =  <&clock CLK_XUSBXTI>;
> +	assigned-clock-parents = <&clock CLK_XUSBXTI>;
>  };
> 
>  &pinctrl_0 {
> --
> 2.34.1



  reply	other threads:[~2023-07-03  3:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20230702185021epcas5p31e65022f806974a45125c9fb02c4150e@epcas5p3.samsung.com>
2023-07-02 18:50 ` [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around '=' Krzysztof Kozlowski
2023-07-02 18:50   ` [PATCH 2/4] arm64: dts: fsd: " Krzysztof Kozlowski
2023-07-03  3:33     ` Alim Akhtar
2023-07-02 18:50   ` [PATCH 3/4] ARM: dts: exynos: " Krzysztof Kozlowski
2023-07-03  3:34     ` Alim Akhtar [this message]
2023-07-02 18:50   ` [PATCH 4/4] ARM: dts: s5pv210: " Krzysztof Kozlowski
2023-07-03  3:36     ` Alim Akhtar
2023-07-03  3:32   ` [PATCH 1/4] arm64: dts: exynos: " Alim Akhtar
2023-07-10  8:00   ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='014e01d9ad5f$54a15d60$fde41820$@samsung.com' \
    --to=alim.akhtar@samsung.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-fsd@tesla.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox