From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A274F2E7623 for ; Mon, 13 Jul 2026 15:52:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783957949; cv=none; b=nvzrNerL7GvACXxPWe/DzJKQdH1tBRec6YWi3Hy7Ltc6MYPh+YEvAPgGveAlEd1RVXSrjoW2JvTv5DIWt1o6qAealilpcbzviGj8MlxDAvdyiynmwxZA355Z0aRycE1HzYpzLWerzYDvgsTsH0SvXBp0hRMZAjjuN1dBtOLeXZY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783957949; c=relaxed/simple; bh=lbDeMEWFgMOYRHs3ST88mS4vkVdk7bwun4Js1va23AQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=RRBOMe1sDLSFz11a10YmTjU+EMrTmkeHb9jyeG4euW6795LQ/YXg46D8kF9pzoA9oMvC3EbSTfUuH3fzRRfm0xQf4bQFiLStqbpvF7W8008+bHdR0biEF9LTpKklA3H+VJIfRD1L7g0Ji7WZMAWn6mcf1bQalvGNZgGgsTnVPvU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=KRLzLXsp; arc=none smtp.client-ip=185.246.85.4 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="KRLzLXsp" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id BF3924E40D90; Mon, 13 Jul 2026 15:52:24 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 93B9160345; Mon, 13 Jul 2026 15:52:24 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id AEAB111BD22AD; Mon, 13 Jul 2026 17:52:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1783957943; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=KFNvTgSOaIofZGokjnrOm+/+KhGzebARxZ9cUDDgJek=; b=KRLzLXspi+LaoNuCOi/KxgDaZK4Km288kw0do2R+A40umXssaMotiITXLTLj2QU8syI7r7 c66cqbURNCQBA7pEqeSfRmTDGR8n7OhNn2YHmwwLnWaa981l3mJaUjkOjO3rlIM6xJocZC oXtiNYjQJfIFdpwiP9QkWQO8jDrPyL4B8zG9KpPDhUEU+2vteF2KN4eKpu9xgP2Yew39Rt eJ7WYN2ozxmu9A5S8AT3IJjR0A+tVJpeXF5GbfUG1X52kAZYBLN46Y/8NjDk8WkDR6Ose5 bta9jquD/OuHNlM+Im4tX5AT5LHAXZF4sBZPU3r8jCd2IaYcOvLMUGsNxkYLQA== From: Gregory CLEMENT To: Krzysztof Kozlowski , Andrew Lunn , Sebastian Hesselbarth , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: Re: [PATCH v2 3/3] ARM: dts: marvell: orion5x: Correct indentation In-Reply-To: <20260706180333.648401-6-krzysztof.kozlowski@oss.qualcomm.com> References: <20260706180333.648401-4-krzysztof.kozlowski@oss.qualcomm.com> <20260706180333.648401-6-krzysztof.kozlowski@oss.qualcomm.com> Date: Mon, 13 Jul 2026 17:52:22 +0200 Message-ID: <871pd67uq1.fsf@BLaptop.bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Krzysztof Kozlowski writes: > Correct spaces or mix of tabs+spaces into proper tab-indented lines. > No functional impact (same DTB). > > Signed-off-by: Krzysztof Kozlowski > Applied on mvebu/dt Thanks, Gregory > --- > > Ongoing bigger work for all bindings and DTS with built-in checker (dt-ch= eck-style). > --- > arch/arm/boot/dts/marvell/orion5x-lacie-d2-network.dts | 2 +- > arch/arm/boot/dts/marvell/orion5x-maxtor-shared-storage-2.dts | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/marvell/orion5x-lacie-d2-network.dts b/arc= h/arm/boot/dts/marvell/orion5x-lacie-d2-network.dts > index 12a4aac2633e..9757c3b57de6 100644 > --- a/arch/arm/boot/dts/marvell/orion5x-lacie-d2-network.dts > +++ b/arch/arm/boot/dts/marvell/orion5x-lacie-d2-network.dts > @@ -109,7 +109,7 @@ flash@0 { > compatible =3D "cfi-flash"; > reg =3D <0 0x80000>; > bank-width =3D <1>; > - #address-cells =3D <1>; > + #address-cells =3D <1>; > #size-cells =3D <1>; >=20=20 > partition@0 { > diff --git a/arch/arm/boot/dts/marvell/orion5x-maxtor-shared-storage-2.dt= s b/arch/arm/boot/dts/marvell/orion5x-maxtor-shared-storage-2.dts > index cb1bd24b7ae3..b2b3309ed1df 100644 > --- a/arch/arm/boot/dts/marvell/orion5x-maxtor-shared-storage-2.dts > +++ b/arch/arm/boot/dts/marvell/orion5x-maxtor-shared-storage-2.dts > @@ -69,7 +69,7 @@ flash@0 { > compatible =3D "cfi-flash"; > reg =3D <0 0x40000>; > bank-width =3D <1>; > - #address-cells =3D <1>; > + #address-cells =3D <1>; > #size-cells =3D <1>; > }; > }; > --=20 > 2.53.0 > --=20 Gr=C3=A9gory CLEMENT, Bootlin Embedded Linux and Kernel engineering https://bootlin.com