Commit 517dba97 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Rob Herring
Browse files

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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/c8a512947b22ac95f2ba40e843ecf6015814312e.1690533838.git.geert+renesas@glider.be


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 121b83ea
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 >;
+0 −1
Original line number Diff line number Diff line
@@ -23,6 +23,5 @@
			status = "okay";
			reg = <1>;
		};

	};
};
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
&unittest_i2c_test_bus {
	#address-cells = <1>;
	#size-cells = <0>;

	test-unittest15 {
		reg = <11>;
		compatible = "unittest-i2c-mux";
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
/* overlay_4 - test insertion of a full node */

&unittest_test_bus {

	/* suppress DTC warning */
	#address-cells = <1>;
	#size-cells = <0>;
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
 */

&electric_1 {

	motor-1 {
		controller {
			power_bus = < 0x1 0x2 >;
Loading