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 4/4] ARM: dts: s5pv210: minor whitespace cleanup around '='
Date: Mon, 3 Jul 2023 09:06:18 +0530	[thread overview]
Message-ID: <014f01d9ad5f$88cc5090$9a64f1b0$@samsung.com> (raw)
In-Reply-To: <20230702185012.43699-4-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 4/4] ARM: dts: s5pv210: 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/s5pv210-pinctrl.dtsi | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
> b/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
> index af740abd9e0f..6ecdd504e5f4 100644
> --- a/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
> @@ -832,12 +832,12 @@ lcd_clk: lcd-clk-pins {
>  	};
> 
>  	lcd_data24: lcd-data-width24-pins {
> -		samsung,pins =  "gpf0-4", "gpf0-5", "gpf0-6", "gpf0-7",
> -				"gpf1-0", "gpf1-1", "gpf1-2", "gpf1-3",
> -				"gpf1-4", "gpf1-5", "gpf1-6", "gpf1-7",
> -				"gpf2-0", "gpf2-1", "gpf2-2", "gpf2-3",
> -				"gpf2-4", "gpf2-5", "gpf2-6", "gpf2-7",
> -				"gpf3-0", "gpf3-1", "gpf3-2", "gpf3-3";
> +		samsung,pins = "gpf0-4", "gpf0-5", "gpf0-6", "gpf0-7",
> +			       "gpf1-0", "gpf1-1", "gpf1-2", "gpf1-3",
> +			       "gpf1-4", "gpf1-5", "gpf1-6", "gpf1-7",
> +			       "gpf2-0", "gpf2-1", "gpf2-2", "gpf2-3",
> +			       "gpf2-4", "gpf2-5", "gpf2-6", "gpf2-7",
> +			       "gpf3-0", "gpf3-1", "gpf3-2", "gpf3-3";
>  		samsung,pin-function = <S5PV210_PIN_FUNC_2>;
>  		samsung,pin-pud = <S5PV210_PIN_PULL_NONE>;
>  		samsung,pin-drv = <S5PV210_PIN_DRV_LV1>;
> --
> 2.34.1



  reply	other threads:[~2023-07-03  3:36 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
2023-07-02 18:50   ` [PATCH 4/4] ARM: dts: s5pv210: " Krzysztof Kozlowski
2023-07-03  3:36     ` Alim Akhtar [this message]
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='014f01d9ad5f$88cc5090$9a64f1b0$@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