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

ARM: dts: sun5i: 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>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20220526203547.830848-1-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Jernej Skrabec
4f05f03e f2906aa8

+3 -3
+3 -3
arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
··· 67 67 compatible = "gpio-leds"; 68 68 69 69 led-0 { 70 - label ="licheepi:red:usr"; 70 + label = "licheepi:red:usr"; 71 71 gpios = <&pio 2 5 GPIO_ACTIVE_LOW>; 72 72 }; 73 73 74 74 led-1 { 75 - label ="licheepi:green:usr"; 75 + label = "licheepi:green:usr"; 76 76 gpios = <&pio 2 19 GPIO_ACTIVE_LOW>; 77 77 default-state = "on"; 78 78 }; 79 79 80 80 led-2 { 81 - label ="licheepi:blue:usr"; 81 + label = "licheepi:blue:usr"; 82 82 gpios = <&pio 2 4 GPIO_ACTIVE_LOW>; 83 83 }; 84 84