The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>,
	Andrew Lunn <andrew@lunn.ch>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Subject: Re: [PATCH v2 2/3] ARM: dts: marvell: kirkwood: Correct indentation
Date: Mon, 13 Jul 2026 17:52:12 +0200	[thread overview]
Message-ID: <874ii27uqb.fsf@BLaptop.bootlin.com> (raw)
In-Reply-To: <20260706180333.648401-5-krzysztof.kozlowski@oss.qualcomm.com>

Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> writes:

> Correct spaces or mix of tabs+spaces into proper tab-indented lines.
> No functional impact (same DTB).
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>

Applied on mvebu/dt

Thanks,

Gregory
> ---
>
> Ongoing bigger work for all bindings and DTS with built-in checker (dt-check-style).
>
> Changes in v2:
> 1. One more fix in arch/arm/boot/dts/marvell/kirkwood-b3.dts
> ---
>  arch/arm/boot/dts/marvell/kirkwood-b3.dts                     | 4 ++--
>  .../arm/boot/dts/marvell/kirkwood-netgear_readynas_duo_v2.dts | 2 +-
>  arch/arm/boot/dts/marvell/kirkwood-ns2-common.dtsi            | 2 +-
>  arch/arm/boot/dts/marvell/kirkwood-openblocks_a6.dts          | 2 +-
>  arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts          | 2 +-
>  arch/arm/boot/dts/marvell/kirkwood-ts419.dtsi                 | 2 +-
>  6 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm/boot/dts/marvell/kirkwood-b3.dts b/arch/arm/boot/dts/marvell/kirkwood-b3.dts
> index 681343c1357a..9d5cc1689864 100644
> --- a/arch/arm/boot/dts/marvell/kirkwood-b3.dts
> +++ b/arch/arm/boot/dts/marvell/kirkwood-b3.dts
> @@ -94,10 +94,10 @@ i2c@11000 {
>  
>  		serial@12000 {
>  			/* Internal on test pins, 3.3v TTL
> -		 	 * UART0_RX = Testpoint 65
> +			 * UART0_RX = Testpoint 65
>  			 * UART0_TX = Testpoint 66
>  			 * See the Excito Wiki for more details.
> -		 	 */
> +			 */
>  			status = "okay";
>  		};
>  
> diff --git a/arch/arm/boot/dts/marvell/kirkwood-netgear_readynas_duo_v2.dts b/arch/arm/boot/dts/marvell/kirkwood-netgear_readynas_duo_v2.dts
> index cb564c3bcdc4..a9adb777c7a0 100644
> --- a/arch/arm/boot/dts/marvell/kirkwood-netgear_readynas_duo_v2.dts
> +++ b/arch/arm/boot/dts/marvell/kirkwood-netgear_readynas_duo_v2.dts
> @@ -239,7 +239,7 @@ ethernet0-port@0 {
>  };
>  
>  &pciec {
> -        status = "okay";
> +	status = "okay";
>  };
>  
>  &pcie0 {
> diff --git a/arch/arm/boot/dts/marvell/kirkwood-ns2-common.dtsi b/arch/arm/boot/dts/marvell/kirkwood-ns2-common.dtsi
> index d6b615cf6390..121d84609f20 100644
> --- a/arch/arm/boot/dts/marvell/kirkwood-ns2-common.dtsi
> +++ b/arch/arm/boot/dts/marvell/kirkwood-ns2-common.dtsi
> @@ -83,7 +83,7 @@ &mdio {
>  	status = "okay";
>  
>  	ethphy0: ethernet-phy@X {
> -                /* overwrite reg property in board file */
> +		/* overwrite reg property in board file */
>  	};
>  };
>  
> diff --git a/arch/arm/boot/dts/marvell/kirkwood-openblocks_a6.dts b/arch/arm/boot/dts/marvell/kirkwood-openblocks_a6.dts
> index 20c6290d2037..82ccc6feaf3c 100644
> --- a/arch/arm/boot/dts/marvell/kirkwood-openblocks_a6.dts
> +++ b/arch/arm/boot/dts/marvell/kirkwood-openblocks_a6.dts
> @@ -109,7 +109,7 @@ led-yellow {
>  			label = "obsa6:yellow:stat";
>  			gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
>  		};
> -        };
> +	};
>  
>  	gpio_keys {
>  		compatible = "gpio-keys";
> diff --git a/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts b/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts
> index 2bc4b68bd723..ff08b01434bf 100644
> --- a/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts
> +++ b/arch/arm/boot/dts/marvell/kirkwood-openblocks_a7.dts
> @@ -130,7 +130,7 @@ led-yellow {
>  			label = "obsa7:yellow:stat";
>  			gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
>  		};
> -        };
> +	};
>  
>  	gpio_keys {
>  		compatible = "gpio-keys";
> diff --git a/arch/arm/boot/dts/marvell/kirkwood-ts419.dtsi b/arch/arm/boot/dts/marvell/kirkwood-ts419.dtsi
> index f136059607b7..6c15e9257de3 100644
> --- a/arch/arm/boot/dts/marvell/kirkwood-ts419.dtsi
> +++ b/arch/arm/boot/dts/marvell/kirkwood-ts419.dtsi
> @@ -57,7 +57,7 @@ &mdio {
>  
>  	ethphy1: ethernet-phy@1 {
>  		device_type = "ethernet-phy";
> -                /* overwrite reg property in board file */
> +		/* overwrite reg property in board file */
>  	};
>  };
>  
> -- 
> 2.53.0
>

-- 
Grégory CLEMENT, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2026-07-13 15:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-06 18:03 [PATCH v2 1/3] ARM: dts: marvell: armada: Correct indentation Krzysztof Kozlowski
2026-07-06 18:03 ` [PATCH v2 2/3] ARM: dts: marvell: kirkwood: " Krzysztof Kozlowski
2026-07-13 15:52   ` Gregory CLEMENT [this message]
2026-07-06 18:03 ` [PATCH v2 3/3] ARM: dts: marvell: orion5x: " Krzysztof Kozlowski
2026-07-13 15:52   ` Gregory CLEMENT
2026-07-13 15:52 ` [PATCH v2 1/3] ARM: dts: marvell: armada: " Gregory CLEMENT

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=874ii27uqb.fsf@BLaptop.bootlin.com \
    --to=gregory.clement@bootlin.com \
    --cc=andrew@lunn.ch \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@oss.qualcomm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=sebastian.hesselbarth@gmail.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