[PATCH 3/4] ARM: dts: exynos: minor whitespace cleanup around '='

Alim Akhtar alim.akhtar at samsung.com
Sun Jul 2 20:34:50 PDT 2023


Hi Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
> Sent: Monday, July 3, 2023 12:20 AM
> To: Rob Herring <robh+dt at kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt at linaro.org>; Conor Dooley
> <conor+dt at kernel.org>; Alim Akhtar <alim.akhtar at samsung.com>; linux-
> fsd at tesla.com; devicetree at vger.kernel.org; linux-arm-
> kernel at lists.infradead.org; linux-samsung-soc at vger.kernel.org; linux-
> kernel at vger.kernel.org
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski at 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 at linaro.org>
> ---
Thanks!
Reviewed-by: Alim Akhtar <alim.akhtar at 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 at 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 at 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





More information about the linux-arm-kernel mailing list