diff mbox series

ARM: dts: sun5i: adjust whitespace around '='

Message ID 20220526203547.830848-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State New, archived
Headers show
Series ARM: dts: sun5i: adjust whitespace around '=' | expand

Commit Message

Krzysztof Kozlowski May 26, 2022, 8:35 p.m. UTC
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/arm/boot/dts/sun5i-a13-licheepi-one.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Jernej Škrabec May 26, 2022, 8:47 p.m. UTC | #1
Dne četrtek, 26. maj 2022 ob 22:35:46 CEST je Krzysztof Kozlowski napisal(a):
> 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>

Best regards,
Jernej

> 
> ---
> 
> Output compared with dtx_diff and fdtdump.
> ---
>  arch/arm/boot/dts/sun5i-a13-licheepi-one.dts | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts b/arch/arm/boot/
dts/sun5i-a13-licheepi-one.dts
> index 2ce361f8fede..3a6c4bd0a44f 100644
> --- a/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
> +++ b/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
> @@ -67,18 +67,18 @@ leds {
>  		compatible = "gpio-leds";
>  
>  		led-0 {
> -			label ="licheepi:red:usr";
> +			label = "licheepi:red:usr";
>  			gpios = <&pio 2 5 GPIO_ACTIVE_LOW>;
>  		};
>  
>  		led-1 {
> -			label ="licheepi:green:usr";
> +			label = "licheepi:green:usr";
>  			gpios = <&pio 2 19 GPIO_ACTIVE_LOW>;
>  			default-state = "on";
>  		};
>  
>  		led-2 {
> -			label ="licheepi:blue:usr";
> +			label = "licheepi:blue:usr";
>  			gpios = <&pio 2 4 GPIO_ACTIVE_LOW>;
>  		};
>  
> -- 
> 2.34.1
> 
>
Jernej Škrabec June 6, 2022, 9:18 p.m. UTC | #2
Dne četrtek, 26. maj 2022 ob 22:47:30 CEST je Jernej Škrabec napisal(a):
> Dne četrtek, 26. maj 2022 ob 22:35:46 CEST je Krzysztof Kozlowski 
napisal(a):
> > 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>

Applied, thanks!

Best regards,
Jernej
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts b/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
index 2ce361f8fede..3a6c4bd0a44f 100644
--- a/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
+++ b/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
@@ -67,18 +67,18 @@  leds {
 		compatible = "gpio-leds";
 
 		led-0 {
-			label ="licheepi:red:usr";
+			label = "licheepi:red:usr";
 			gpios = <&pio 2 5 GPIO_ACTIVE_LOW>;
 		};
 
 		led-1 {
-			label ="licheepi:green:usr";
+			label = "licheepi:green:usr";
 			gpios = <&pio 2 19 GPIO_ACTIVE_LOW>;
 			default-state = "on";
 		};
 
 		led-2 {
-			label ="licheepi:blue:usr";
+			label = "licheepi:blue:usr";
 			gpios = <&pio 2 4 GPIO_ACTIVE_LOW>;
 		};