devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Liviu Dudau <liviu.dudau@arm.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	arm@kernel.org, soc@kernel.org,
	Sudeep Holla <sudeep.holla@arm.com>,
	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] arm64: dts: arm: adjust whitespace around '='
Date: Tue, 14 Jun 2022 09:41:49 +0100	[thread overview]
Message-ID: <YqhJzRYdgwn0i/wc@e110455-lin.cambridge.arm.com> (raw)
In-Reply-To: <20220526204350.832361-1-krzysztof.kozlowski@linaro.org>

On Thu, May 26, 2022 at 10:43:50PM +0200, Krzysztof Kozlowski wrote:
> Fix whitespace coding style: use single space instead of tabs or
> multiple spaces around '=' sign in property assignment.  No functional
> changes (same DTB).
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Acked-by: Liviu Dudau <liviu.dudau@arm.com>

Thanks for the cleanup!

Sudeep, can you pick this one up in your tree?

Best regards,
Liviu

> 
> ---
> 
> Output compared with dtx_diff and fdtdump.
> ---
>  arch/arm64/boot/dts/arm/juno-base.dtsi    | 44 +++++++++++------------
>  arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi | 16 ++++-----
>  2 files changed, 30 insertions(+), 30 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi
> index 065381c1cbf5..8d0d45d168d1 100644
> --- a/arch/arm64/boot/dts/arm/juno-base.dtsi
> +++ b/arch/arm64/boot/dts/arm/juno-base.dtsi
> @@ -581,36 +581,36 @@ cti_sys0: cti@20020000 { /* sys_cti_0 */
>  
>  		trig-conns@0 {
>  			reg = <0>;
> -			arm,trig-in-sigs=<2 3>;
> -			arm,trig-in-types=<SNK_FULL SNK_ACQCOMP>;
> -			arm,trig-out-sigs=<0 1>;
> -			arm,trig-out-types=<SNK_FLUSHIN SNK_TRIGIN>;
> +			arm,trig-in-sigs = <2 3>;
> +			arm,trig-in-types = <SNK_FULL SNK_ACQCOMP>;
> +			arm,trig-out-sigs = <0 1>;
> +			arm,trig-out-types = <SNK_FLUSHIN SNK_TRIGIN>;
>  			arm,cs-dev-assoc = <&etr_sys>;
>  		};
>  
>  		trig-conns@1 {
>  			reg = <1>;
> -			arm,trig-in-sigs=<0 1>;
> -			arm,trig-in-types=<SNK_FULL SNK_ACQCOMP>;
> -			arm,trig-out-sigs=<7 6>;
> -			arm,trig-out-types=<SNK_FLUSHIN SNK_TRIGIN>;
> +			arm,trig-in-sigs = <0 1>;
> +			arm,trig-in-types = <SNK_FULL SNK_ACQCOMP>;
> +			arm,trig-out-sigs = <7 6>;
> +			arm,trig-out-types = <SNK_FLUSHIN SNK_TRIGIN>;
>  			arm,cs-dev-assoc = <&etf_sys0>;
>  		};
>  
>  		trig-conns@2 {
>  			reg = <2>;
> -			arm,trig-in-sigs=<4 5 6 7>;
> -			arm,trig-in-types=<STM_TOUT_SPTE STM_TOUT_SW
> +			arm,trig-in-sigs = <4 5 6 7>;
> +			arm,trig-in-types = <STM_TOUT_SPTE STM_TOUT_SW
>  					   STM_TOUT_HETE STM_ASYNCOUT>;
> -			arm,trig-out-sigs=<4 5>;
> -			arm,trig-out-types=<STM_HWEVENT STM_HWEVENT>;
> +			arm,trig-out-sigs = <4 5>;
> +			arm,trig-out-types = <STM_HWEVENT STM_HWEVENT>;
>  			arm,cs-dev-assoc = <&stm_sys>;
>  		};
>  
>  		trig-conns@3 {
>  			reg = <3>;
> -			arm,trig-out-sigs=<2 3>;
> -			arm,trig-out-types=<SNK_FLUSHIN SNK_TRIGIN>;
> +			arm,trig-out-sigs = <2 3>;
> +			arm,trig-out-types = <SNK_FLUSHIN SNK_TRIGIN>;
>  			arm,cs-dev-assoc = <&tpiu_sys>;
>  		};
>  	};
> @@ -628,24 +628,24 @@ cti_sys1: cti@20110000 { /* sys_cti_1 */
>  
>  		trig-conns@0 {
>  			reg = <0>;
> -			arm,trig-in-sigs=<0>;
> -			arm,trig-in-types=<GEN_INTREQ>;
> -			arm,trig-out-sigs=<0>;
> -			arm,trig-out-types=<GEN_HALTREQ>;
> +			arm,trig-in-sigs = <0>;
> +			arm,trig-in-types = <GEN_INTREQ>;
> +			arm,trig-out-sigs = <0>;
> +			arm,trig-out-types = <GEN_HALTREQ>;
>  			arm,trig-conn-name = "sys_profiler";
>  		};
>  
>  		trig-conns@1 {
>  			reg = <1>;
> -			arm,trig-out-sigs=<2 3>;
> -			arm,trig-out-types=<GEN_HALTREQ GEN_RESTARTREQ>;
> +			arm,trig-out-sigs = <2 3>;
> +			arm,trig-out-types = <GEN_HALTREQ GEN_RESTARTREQ>;
>  			arm,trig-conn-name = "watchdog";
>  		};
>  
>  		trig-conns@2 {
>  			reg = <2>;
> -			arm,trig-out-sigs=<1 6>;
> -			arm,trig-out-types=<GEN_HALTREQ GEN_RESTARTREQ>;
> +			arm,trig-out-sigs = <1 6>;
> +			arm,trig-out-types = <GEN_HALTREQ GEN_RESTARTREQ>;
>  			arm,trig-conn-name = "g_counter";
>  		};
>  	};
> diff --git a/arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi b/arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi
> index 2e43f4531308..ba88d1596f6f 100644
> --- a/arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi
> +++ b/arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi
> @@ -96,24 +96,24 @@ cti_sys2: cti@20160000 { /* sys_cti_2 */
>  
>  		trig-conns@0 {
>  			reg = <0>;
> -			arm,trig-in-sigs=<0 1>;
> -			arm,trig-in-types=<SNK_FULL SNK_ACQCOMP>;
> -			arm,trig-out-sigs=<0 1>;
> -			arm,trig-out-types=<SNK_FLUSHIN SNK_TRIGIN>;
> +			arm,trig-in-sigs = <0 1>;
> +			arm,trig-in-types = <SNK_FULL SNK_ACQCOMP>;
> +			arm,trig-out-sigs = <0 1>;
> +			arm,trig-out-types = <SNK_FLUSHIN SNK_TRIGIN>;
>  			arm,cs-dev-assoc = <&etf_sys1>;
>  		};
>  
>  		trig-conns@1 {
>  			reg = <1>;
> -			arm,trig-in-sigs=<2 3 4>;
> -			arm,trig-in-types=<ELA_DBGREQ ELA_TSTART ELA_TSTOP>;
> +			arm,trig-in-sigs = <2 3 4>;
> +			arm,trig-in-types = <ELA_DBGREQ ELA_TSTART ELA_TSTOP>;
>  			arm,trig-conn-name = "ela_clus_0";
>  		};
>  
>  		trig-conns@2 {
>  			reg = <2>;
> -			arm,trig-in-sigs=<5 6 7>;
> -			arm,trig-in-types=<ELA_DBGREQ ELA_TSTART ELA_TSTOP>;
> +			arm,trig-in-sigs = <5 6 7>;
> +			arm,trig-in-types = <ELA_DBGREQ ELA_TSTART ELA_TSTOP>;
>  			arm,trig-conn-name = "ela_clus_1";
>  		};
>  	};
> -- 
> 2.34.1
> 

-- 
====================
| I would like to |
| fix the world,  |
| but they're not |
| giving me the   |
 \ source code!  /
  ---------------
    ¯\_(ツ)_/¯

  reply	other threads:[~2022-06-14  8:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-26 20:43 [PATCH] arm64: dts: arm: adjust whitespace around '=' Krzysztof Kozlowski
2022-06-14  8:41 ` Liviu Dudau [this message]
2022-06-14 10:52 ` Sudeep Holla

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=YqhJzRYdgwn0i/wc@e110455-lin.cambridge.arm.com \
    --to=liviu.dudau@arm.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --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-kernel@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=olof@lixom.net \
    --cc=robh+dt@kernel.org \
    --cc=soc@kernel.org \
    --cc=sudeep.holla@arm.com \
    /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;
as well as URLs for NNTP newsgroup(s).