Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: ecx: 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>
Link: https://lore.kernel.org/r/20220526203758.831301-1-krzysztof.kozlowski@linaro.org

+5 -5
+5 -5
arch/arm/boot/dts/ecx-common.dtsi
··· 9 9 }; 10 10 11 11 psci { 12 - compatible = "arm,psci"; 13 - method = "smc"; 14 - cpu_suspend = <0x84000002>; 15 - cpu_off = <0x84000004>; 16 - cpu_on = <0x84000006>; 12 + compatible = "arm,psci"; 13 + method = "smc"; 14 + cpu_suspend = <0x84000002>; 15 + cpu_off = <0x84000004>; 16 + cpu_on = <0x84000006>; 17 17 }; 18 18 19 19 soc {