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

Configure Feed

Select the types of activity you want to include in your feed.

of: unittest-data: Fix whitespace - blank lines

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>

authored by

Geert Uytterhoeven and committed by
Rob Herring
517dba97 121b83ea

+11 -11
-2
drivers/of/unittest-data/overlay.dtso
··· 3 3 /plugin/; 4 4 5 5 &electric_1 { 6 - 7 6 status = "okay"; 8 7 9 8 hvac_2: hvac-large-1 { ··· 56 57 }; 57 58 58 59 &lights_2 { 59 - 60 60 status = "okay"; 61 61 color = "purple", "white", "red", "green"; 62 62 rate = < 3 256 >;
-1
drivers/of/unittest-data/overlay_11.dtso
··· 23 23 status = "okay"; 24 24 reg = <1>; 25 25 }; 26 - 27 26 }; 28 27 };
+1
drivers/of/unittest-data/overlay_15.dtso
··· 7 7 &unittest_i2c_test_bus { 8 8 #address-cells = <1>; 9 9 #size-cells = <0>; 10 + 10 11 test-unittest15 { 11 12 reg = <11>; 12 13 compatible = "unittest-i2c-mux";
-1
drivers/of/unittest-data/overlay_4.dtso
··· 5 5 /* overlay_4 - test insertion of a full node */ 6 6 7 7 &unittest_test_bus { 8 - 9 8 /* suppress DTC warning */ 10 9 #address-cells = <1>; 11 10 #size-cells = <0>;
-1
drivers/of/unittest-data/overlay_bad_add_dup_node.dtso
··· 13 13 */ 14 14 15 15 &electric_1 { 16 - 17 16 motor-1 { 18 17 controller { 19 18 power_bus = < 0x1 0x2 >;
-1
drivers/of/unittest-data/overlay_bad_add_dup_prop.dtso
··· 24 24 */ 25 25 26 26 &electric_1 { 27 - 28 27 motor-1 { 29 28 electric { 30 29 rpm_avail = < 100 >;
-1
drivers/of/unittest-data/overlay_bad_phandle.dtso
··· 3 3 /plugin/; 4 4 5 5 &electric_1 { 6 - 7 6 // This label should cause an error when the overlay 8 7 // is applied. There is already a phandle value 9 8 // in the base tree for motor-1.
-1
drivers/of/unittest-data/overlay_bad_symbol.dtso
··· 3 3 /plugin/; 4 4 5 5 &electric_1 { 6 - 7 6 // This label should cause an error when the overlay 8 7 // is applied. There is already a symbol hvac_1 9 8 // in the base tree
-2
drivers/of/unittest-data/overlay_common.dtsi
··· 85 85 compatible = "ot,tickets"; 86 86 status = "disabled"; 87 87 }; 88 - 89 88 }; 90 89 }; 91 -
+1
drivers/of/unittest-data/overlay_gpio_01.dtso
··· 5 5 &unittest_test_bus { 6 6 #address-cells = <1>; 7 7 #size-cells = <0>; 8 + 8 9 gpio@0 { 9 10 compatible = "unittest-gpio"; 10 11 reg = <0>;
+1
drivers/of/unittest-data/overlay_gpio_02a.dtso
··· 5 5 &unittest_test_bus { 6 6 #address-cells = <1>; 7 7 #size-cells = <0>; 8 + 8 9 gpio@2 { 9 10 compatible = "unittest-gpio"; 10 11 reg = <2>;
+1
drivers/of/unittest-data/overlay_gpio_02b.dtso
··· 5 5 &unittest_test_bus { 6 6 #address-cells = <1>; 7 7 #size-cells = <0>; 8 + 8 9 gpio@2 { 9 10 line-a { 10 11 gpio-hog;
+1
drivers/of/unittest-data/overlay_gpio_03.dtso
··· 5 5 &unittest_test_bus { 6 6 #address-cells = <1>; 7 7 #size-cells = <0>; 8 + 8 9 gpio@3 { 9 10 compatible = "unittest-gpio"; 10 11 reg = <3>;
+1
drivers/of/unittest-data/overlay_gpio_04a.dtso
··· 5 5 &unittest_test_bus { 6 6 #address-cells = <1>; 7 7 #size-cells = <0>; 8 + 8 9 gpio@4 { 9 10 compatible = "unittest-gpio"; 10 11 reg = <4>;
+1
drivers/of/unittest-data/overlay_gpio_04b.dtso
··· 5 5 &unittest_test_bus { 6 6 #address-cells = <1>; 7 7 #size-cells = <0>; 8 + 8 9 gpio@4 { 9 10 line-c { 10 11 gpio-hog;
+1
drivers/of/unittest-data/testcases_common.dtsi
··· 5 5 changeset { 6 6 prop-update = "hello"; 7 7 prop-remove = "world"; 8 + 8 9 node-remove { 9 10 }; 10 11 };
+1
drivers/of/unittest-data/tests-interrupts.dtsi
··· 5 5 interrupts { 6 6 #address-cells = <1>; 7 7 #size-cells = <1>; 8 + 8 9 test_intc0: intc0 { 9 10 interrupt-controller; 10 11 #interrupt-cells = <1>;
-1
drivers/of/unittest-data/tests-overlay.dtsi
··· 3 3 / { 4 4 testcase-data { 5 5 overlay-node { 6 - 7 6 /* test bus */ 8 7 unittest_test_bus: test-bus { 9 8 compatible = "simple-bus";
+2
drivers/of/unittest-data/tests-phandle.dtsi
··· 8 8 testcase: testcase-data { 9 9 security-password = "password"; 10 10 duplicate-name = "duplicate"; 11 + 11 12 duplicate-name { }; 13 + 12 14 phandle-tests { 13 15 provider0: provider0 { 14 16 #phandle-cells = <0>;