of: unittest-data: Fix whitespace - blank lines
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 28 Jul 2023 08:50:37 +0000 (10:50 +0200)
committerRob Herring <robh@kernel.org>
Thu, 24 Aug 2023 01:04:17 +0000 (20:04 -0500)
Blank line between properties and subnodes.
Blank line between subsequent subnodes.
No blank line after subnode opening curly brace.
No blank line after subnode closing curly brace.
No blank line at end of file.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/c8a512947b22ac95f2ba40e843ecf6015814312e.1690533838.git.geert+renesas@glider.be
Signed-off-by: Rob Herring <robh@kernel.org>
19 files changed:
drivers/of/unittest-data/overlay.dtso
drivers/of/unittest-data/overlay_11.dtso
drivers/of/unittest-data/overlay_15.dtso
drivers/of/unittest-data/overlay_4.dtso
drivers/of/unittest-data/overlay_bad_add_dup_node.dtso
drivers/of/unittest-data/overlay_bad_add_dup_prop.dtso
drivers/of/unittest-data/overlay_bad_phandle.dtso
drivers/of/unittest-data/overlay_bad_symbol.dtso
drivers/of/unittest-data/overlay_common.dtsi
drivers/of/unittest-data/overlay_gpio_01.dtso
drivers/of/unittest-data/overlay_gpio_02a.dtso
drivers/of/unittest-data/overlay_gpio_02b.dtso
drivers/of/unittest-data/overlay_gpio_03.dtso
drivers/of/unittest-data/overlay_gpio_04a.dtso
drivers/of/unittest-data/overlay_gpio_04b.dtso
drivers/of/unittest-data/testcases_common.dtsi
drivers/of/unittest-data/tests-interrupts.dtsi
drivers/of/unittest-data/tests-overlay.dtsi
drivers/of/unittest-data/tests-phandle.dtsi

index 3bbc59e..0c078b0 100644 (file)
@@ -3,7 +3,6 @@
 /plugin/;
 
 &electric_1 {
-
        status = "okay";
 
        hvac_2: hvac-large-1 {
@@ -57,7 +56,6 @@
 };
 
 &lights_2 {
-
        status = "okay";
        color = "purple", "white", "red", "green";
        rate = < 3 256 >;
index 9a79b25..7d04ff5 100644 (file)
@@ -23,6 +23,5 @@
                        status = "okay";
                        reg = <1>;
                };
-
        };
 };
index 5728490..ba02ae1 100644 (file)
@@ -7,6 +7,7 @@
 &unittest_i2c_test_bus {
        #address-cells = <1>;
        #size-cells = <0>;
+
        test-unittest15 {
                reg = <11>;
                compatible = "unittest-i2c-mux";
index a8a77dd..9b9eadd 100644 (file)
@@ -5,7 +5,6 @@
 /* overlay_4 - test insertion of a full node */
 
 &unittest_test_bus {
-
        /* suppress DTC warning */
        #address-cells = <1>;
        #size-cells = <0>;
index 145dfc3..a8d8534 100644 (file)
@@ -13,7 +13,6 @@
  */
 
 &electric_1 {
-
        motor-1 {
                controller {
                        power_bus = < 0x1 0x2 >;
index 6327d1f..3f0ee9c 100644 (file)
@@ -24,7 +24,6 @@
  */
 
 &electric_1 {
-
        motor-1 {
                electric {
                        rpm_avail = < 100 >;
index 83b7973..ab2c7df 100644 (file)
@@ -3,7 +3,6 @@
 /plugin/;
 
 &electric_1 {
-
        // This label should cause an error when the overlay
        // is applied.  There is already a phandle value
        // in the base tree for motor-1.
index 98c6d1d..5d4e34b 100644 (file)
@@ -3,7 +3,6 @@
 /plugin/;
 
 &electric_1 {
-
        // This label should cause an error when the overlay
        // is applied.  There is already a symbol hvac_1
        // in the base tree
index 08874a7..491b89c 100644 (file)
@@ -85,7 +85,5 @@
                        compatible = "ot,tickets";
                        status = "disabled";
                };
-
        };
 };
-
index 699ff10..bb3a31a 100644 (file)
@@ -5,6 +5,7 @@
 &unittest_test_bus {
        #address-cells = <1>;
        #size-cells = <0>;
+
        gpio@0 {
                compatible = "unittest-gpio";
                reg = <0>;
index ec59aff..da95553 100644 (file)
@@ -5,6 +5,7 @@
 &unittest_test_bus {
        #address-cells = <1>;
        #size-cells = <0>;
+
        gpio@2 {
                compatible = "unittest-gpio";
                reg = <2>;
index 43ce111..7950396 100644 (file)
@@ -5,6 +5,7 @@
 &unittest_test_bus {
        #address-cells = <1>;
        #size-cells = <0>;
+
        gpio@2 {
                line-a {
                        gpio-hog;
index 6e03123..d8c7096 100644 (file)
@@ -5,6 +5,7 @@
 &unittest_test_bus {
        #address-cells = <1>;
        #size-cells = <0>;
+
        gpio@3 {
                compatible = "unittest-gpio";
                reg = <3>;
index 7b1e04e..de86511 100644 (file)
@@ -5,6 +5,7 @@
 &unittest_test_bus {
        #address-cells = <1>;
        #size-cells = <0>;
+
        gpio@4 {
                compatible = "unittest-gpio";
                reg = <4>;
index a14e95c..dc6eff2 100644 (file)
@@ -5,6 +5,7 @@
 &unittest_test_bus {
        #address-cells = <1>;
        #size-cells = <0>;
+
        gpio@4 {
                line-c {
                        gpio-hog;
index e7887f2..1c2cdf3 100644 (file)
@@ -5,6 +5,7 @@
                changeset {
                        prop-update = "hello";
                        prop-remove = "world";
+
                        node-remove {
                        };
                };
index ecc74db..7c9f31c 100644 (file)
@@ -5,6 +5,7 @@
                interrupts {
                        #address-cells = <1>;
                        #size-cells = <1>;
+
                        test_intc0: intc0 {
                                interrupt-controller;
                                #interrupt-cells = <1>;
index 4ea024d..eb35e8a 100644 (file)
@@ -3,7 +3,6 @@
 / {
        testcase-data {
                overlay-node {
-
                        /* test bus */
                        unittest_test_bus: test-bus {
                                compatible = "simple-bus";
index 6b33be4..d01f92f 100644 (file)
@@ -8,7 +8,9 @@
        testcase: testcase-data {
                security-password = "password";
                duplicate-name = "duplicate";
+
                duplicate-name { };
+
                phandle-tests {
                        provider0: provider0 {
                                #phandle-cells = <0>;