ARM: dts: r8a7791: consistently use single space before =
authorSimon Horman <horms+renesas@verge.net.au>
Fri, 26 Jan 2018 09:36:34 +0000 (10:36 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 12 Feb 2018 12:50:58 +0000 (13:50 +0100)
Consistently use a single space before a =.

This patch fixes instances where a tab is used instead.

This patch should not introduce any functional change.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/r8a7791.dtsi

index dc65935..f11dab7 100644 (file)
 
        thermal-zones {
                cpu_thermal: cpu-thermal {
-                       polling-delay-passive   = <0>;
-                       polling-delay           = <0>;
+                       polling-delay-passive = <0>;
+                       polling-delay = <0>;
 
                        thermal-sensors = <&thermal>;
 
                        trips {
                                cpu-crit {
-                                       temperature     = <95000>;
-                                       hysteresis      = <0>;
-                                       type            = "critical";
+                                       temperature = <95000>;
+                                       hysteresis = <0>;
+                                       type = "critical";
                                };
                        };
                        cooling-maps {