Skip to content

Commit b54f240

Browse files
krzkbroonie
authored andcommitted
spi: dt-bindings: spi-controller: correct example indentation
Example DTS mixed two with four-space indentation. Preferred is four spaces, for readability. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 23089eb commit b54f240

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/devicetree/bindings/spi/spi-controller.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ examples:
139139
};
140140
141141
flash@2 {
142-
compatible = "jedec,spi-nor";
143-
spi-max-frequency = <50000000>;
144-
reg = <2>, <3>;
145-
stacked-memories = /bits/ 64 <0x10000000 0x10000000>;
142+
compatible = "jedec,spi-nor";
143+
spi-max-frequency = <50000000>;
144+
reg = <2>, <3>;
145+
stacked-memories = /bits/ 64 <0x10000000 0x10000000>;
146146
};
147147
};

0 commit comments

Comments
 (0)