Skip to content

Commit 517dba9

Browse files
geerturobherring
authored andcommitted
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>
1 parent 121b83e commit 517dba9

19 files changed

Lines changed: 11 additions & 11 deletions

drivers/of/unittest-data/overlay.dtso

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/plugin/;
44

55
&electric_1 {
6-
76
status = "okay";
87

98
hvac_2: hvac-large-1 {
@@ -57,7 +56,6 @@
5756
};
5857

5958
&lights_2 {
60-
6159
status = "okay";
6260
color = "purple", "white", "red", "green";
6361
rate = < 3 256 >;

drivers/of/unittest-data/overlay_11.dtso

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@
2323
status = "okay";
2424
reg = <1>;
2525
};
26-
2726
};
2827
};

drivers/of/unittest-data/overlay_15.dtso

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
&unittest_i2c_test_bus {
88
#address-cells = <1>;
99
#size-cells = <0>;
10+
1011
test-unittest15 {
1112
reg = <11>;
1213
compatible = "unittest-i2c-mux";

drivers/of/unittest-data/overlay_4.dtso

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
/* overlay_4 - test insertion of a full node */
66

77
&unittest_test_bus {
8-
98
/* suppress DTC warning */
109
#address-cells = <1>;
1110
#size-cells = <0>;

drivers/of/unittest-data/overlay_bad_add_dup_node.dtso

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
*/
1414

1515
&electric_1 {
16-
1716
motor-1 {
1817
controller {
1918
power_bus = < 0x1 0x2 >;

drivers/of/unittest-data/overlay_bad_add_dup_prop.dtso

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
*/
2525

2626
&electric_1 {
27-
2827
motor-1 {
2928
electric {
3029
rpm_avail = < 100 >;

drivers/of/unittest-data/overlay_bad_phandle.dtso

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/plugin/;
44

55
&electric_1 {
6-
76
// This label should cause an error when the overlay
87
// is applied. There is already a phandle value
98
// in the base tree for motor-1.

drivers/of/unittest-data/overlay_bad_symbol.dtso

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/plugin/;
44

55
&electric_1 {
6-
76
// This label should cause an error when the overlay
87
// is applied. There is already a symbol hvac_1
98
// in the base tree

drivers/of/unittest-data/overlay_common.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,5 @@
8585
compatible = "ot,tickets";
8686
status = "disabled";
8787
};
88-
8988
};
9089
};
91-

drivers/of/unittest-data/overlay_gpio_01.dtso

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
&unittest_test_bus {
66
#address-cells = <1>;
77
#size-cells = <0>;
8+
89
gpio@0 {
910
compatible = "unittest-gpio";
1011
reg = <0>;

0 commit comments

Comments
 (0)