Message ID | 20220526204323.832243-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 6f8c75ad5a1550257d60883eef6d5e97f6268022 |
Headers | show |
Series | [1/2] arm64: dts: exynos: adjust whitespace around '=' | expand |
>-----Original Message----- >From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org] >Sent: Friday, May 27, 2022 2:13 AM >To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski ><krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar ><alim.akhtar@samsung.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 1/2] arm64: dts: exynos: adjust whitespace around '=' > >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> > Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> >--- > >Output compared with dtx_diff and fdtdump. >--- > arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi >b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi >index 0ce46ec5cdc3..5827e1228fa9 100644 >--- a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi >+++ b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi >@@ -364,7 +364,7 @@ ufs_0_phy: ufs0-phy@17e04000 { > }; > > ufs_0: ufs0@17e00000 { >- compatible ="samsung,exynosautov9-ufs"; >+ compatible = "samsung,exynosautov9-ufs"; > > reg = <0x17e00000 0x100>, /* 0: HCI standard */ > <0x17e01100 0x410>, /* 1: Vendor-specific */ >-- >2.34.1
diff --git a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi index 0ce46ec5cdc3..5827e1228fa9 100644 --- a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi +++ b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi @@ -364,7 +364,7 @@ ufs_0_phy: ufs0-phy@17e04000 { }; ufs_0: ufs0@17e00000 { - compatible ="samsung,exynosautov9-ufs"; + compatible = "samsung,exynosautov9-ufs"; reg = <0x17e00000 0x100>, /* 0: HCI standard */ <0x17e01100 0x410>, /* 1: Vendor-specific */
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> --- Output compared with dtx_diff and fdtdump. --- arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)