mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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>
This commit is contained in:
parent
121b83eadd
commit
517dba9711
@ -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 >;
|
||||
|
@ -23,6 +23,5 @@
|
||||
status = "okay";
|
||||
reg = <1>;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
@ -7,6 +7,7 @@
|
||||
&unittest_i2c_test_bus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
test-unittest15 {
|
||||
reg = <11>;
|
||||
compatible = "unittest-i2c-mux";
|
||||
|
@ -5,7 +5,6 @@
|
||||
/* overlay_4 - test insertion of a full node */
|
||||
|
||||
&unittest_test_bus {
|
||||
|
||||
/* suppress DTC warning */
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
@ -13,7 +13,6 @@
|
||||
*/
|
||||
|
||||
&electric_1 {
|
||||
|
||||
motor-1 {
|
||||
controller {
|
||||
power_bus = < 0x1 0x2 >;
|
||||
|
@ -24,7 +24,6 @@
|
||||
*/
|
||||
|
||||
&electric_1 {
|
||||
|
||||
motor-1 {
|
||||
electric {
|
||||
rpm_avail = < 100 >;
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -85,7 +85,5 @@
|
||||
compatible = "ot,tickets";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
&unittest_test_bus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
gpio@0 {
|
||||
compatible = "unittest-gpio";
|
||||
reg = <0>;
|
||||
|
@ -5,6 +5,7 @@
|
||||
&unittest_test_bus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
gpio@2 {
|
||||
compatible = "unittest-gpio";
|
||||
reg = <2>;
|
||||
|
@ -5,6 +5,7 @@
|
||||
&unittest_test_bus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
gpio@2 {
|
||||
line-a {
|
||||
gpio-hog;
|
||||
|
@ -5,6 +5,7 @@
|
||||
&unittest_test_bus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
gpio@3 {
|
||||
compatible = "unittest-gpio";
|
||||
reg = <3>;
|
||||
|
@ -5,6 +5,7 @@
|
||||
&unittest_test_bus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
gpio@4 {
|
||||
compatible = "unittest-gpio";
|
||||
reg = <4>;
|
||||
|
@ -5,6 +5,7 @@
|
||||
&unittest_test_bus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
gpio@4 {
|
||||
line-c {
|
||||
gpio-hog;
|
||||
|
@ -5,6 +5,7 @@
|
||||
changeset {
|
||||
prop-update = "hello";
|
||||
prop-remove = "world";
|
||||
|
||||
node-remove {
|
||||
};
|
||||
};
|
||||
|
@ -5,6 +5,7 @@
|
||||
interrupts {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
test_intc0: intc0 {
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <1>;
|
||||
|
@ -3,7 +3,6 @@
|
||||
/ {
|
||||
testcase-data {
|
||||
overlay-node {
|
||||
|
||||
/* test bus */
|
||||
unittest_test_bus: test-bus {
|
||||
compatible = "simple-bus";
|
||||
|
@ -8,7 +8,9 @@
|
||||
testcase: testcase-data {
|
||||
security-password = "password";
|
||||
duplicate-name = "duplicate";
|
||||
|
||||
duplicate-name { };
|
||||
|
||||
phandle-tests {
|
||||
provider0: provider0 {
|
||||
#phandle-cells = <0>;
|
||||
|
Loading…
Reference in New Issue
Block a user