devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Jernej Škrabec" <jernej.skrabec@gmail.com>
To: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Chen-Yu Tsai <wens@csie.org>,
	Samuel Holland <samuel@sholland.org>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH] ARM: dts: sun5i: adjust whitespace around '='
Date: Thu, 26 May 2022 22:47:30 +0200	[thread overview]
Message-ID: <1893171.PYKUYFuaPT@kista> (raw)
In-Reply-To: <20220526203547.830848-1-krzysztof.kozlowski@linaro.org>

Dne četrtek, 26. maj 2022 ob 22:35:46 CEST je Krzysztof Kozlowski napisal(a):
> 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: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej

> 
> ---
> 
> Output compared with dtx_diff and fdtdump.
> ---
>  arch/arm/boot/dts/sun5i-a13-licheepi-one.dts | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts b/arch/arm/boot/
dts/sun5i-a13-licheepi-one.dts
> index 2ce361f8fede..3a6c4bd0a44f 100644
> --- a/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
> +++ b/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
> @@ -67,18 +67,18 @@ leds {
>  		compatible = "gpio-leds";
>  
>  		led-0 {
> -			label ="licheepi:red:usr";
> +			label = "licheepi:red:usr";
>  			gpios = <&pio 2 5 GPIO_ACTIVE_LOW>;
>  		};
>  
>  		led-1 {
> -			label ="licheepi:green:usr";
> +			label = "licheepi:green:usr";
>  			gpios = <&pio 2 19 GPIO_ACTIVE_LOW>;
>  			default-state = "on";
>  		};
>  
>  		led-2 {
> -			label ="licheepi:blue:usr";
> +			label = "licheepi:blue:usr";
>  			gpios = <&pio 2 4 GPIO_ACTIVE_LOW>;
>  		};
>  
> -- 
> 2.34.1
> 
> 



  reply	other threads:[~2022-05-26 20:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-26 20:35 [PATCH] ARM: dts: sun5i: adjust whitespace around '=' Krzysztof Kozlowski
2022-05-26 20:47 ` Jernej Škrabec [this message]
2022-06-06 21:18   ` Jernej Škrabec

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=1893171.PYKUYFuaPT@kista \
    --to=jernej.skrabec@gmail.com \
    --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=linux-sunxi@lists.linux.dev \
    --cc=robh+dt@kernel.org \
    --cc=samuel@sholland.org \
    --cc=wens@csie.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;
as well as URLs for NNTP newsgroup(s).