diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-30 16:52:00 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-02 18:48:20 +0300 |
commit | a6b5a1977c6b42dd1b9830f3f6eddc10409d82a1 (patch) | |
tree | 5663353748da481944fd8addbd09ac8421524e02 /arch/arm/boot/dts/exynos4412-n710x.dts | |
parent | 6511f11a49825a3ef0fc6529bee84716d58f3c4d (diff) | |
download | linux-a6b5a1977c6b42dd1b9830f3f6eddc10409d82a1.tar.xz |
ARM: dts: exynos: Correct whitespace and indentation issues
Remove double space after '=' and fix indentation in Exynos3250,
Exynos4210 and Exynos4412 boards.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200830135200.24304-33-krzk@kernel.org
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-n710x.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-n710x.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4412-n710x.dts b/arch/arm/boot/dts/exynos4412-n710x.dts index 2361d89a79a8..a47b7f35fc80 100644 --- a/arch/arm/boot/dts/exynos4412-n710x.dts +++ b/arch/arm/boot/dts/exynos4412-n710x.dts @@ -8,7 +8,7 @@ memory@40000000 { device_type = "memory"; - reg = <0x40000000 0x80000000>; + reg = <0x40000000 0x80000000>; }; /* bootargs are passed in by bootloader */ |