[U-Boot] [PATCH] arm: dts: exynos: Adjust whitespace around status property

Krzysztof Kozlowski krzk at kernel.org
Thu Feb 21 16:32:00 UTC 2019


Just add spaces around '=' sign for clarity.

Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
---
 arch/arm/dts/exynos5422-odroidxu3.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts b/arch/arm/dts/exynos5422-odroidxu3.dts
index e859dd1b981a..e0ad927dbf18 100644
--- a/arch/arm/dts/exynos5422-odroidxu3.dts
+++ b/arch/arm/dts/exynos5422-odroidxu3.dts
@@ -256,7 +256,7 @@
 	};
 
 	serial at 12C20000 {
-		status="okay";
+		status = "okay";
 	};
 
 	mmc at 12200000 {
-- 
2.17.1



More information about the U-Boot mailing list