Re: [PATCH 2/2] ARM: dts: stm: adjust whitespace around '='

From: Alexandre TORGUE
Date: Mon Jun 13 2022 - 04:09:56 EST


Hi Krzysztof

On 5/26/22 22:36, 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@xxxxxxxxxx>

---

Output compared with dtx_diff and fdtdump.
---
arch/arm/boot/dts/stm32429i-eval.dts | 8 ++++----
arch/arm/boot/dts/stm32h743.dtsi | 4 ++--
arch/arm/boot/dts/stm32h743i-disco.dts | 8 ++++----
arch/arm/boot/dts/stm32h743i-eval.dts | 8 ++++----
arch/arm/boot/dts/stm32h750i-art-pi.dts | 8 ++++----
5 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
index 0d98aca01736..3de0e9dbe030 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -251,10 +251,10 @@ ltdc_out_rgb: endpoint {

Applied on stm32-next. I just slightly updated the commit title.

Thanks.
Alex