Skip to content

Commit d549c66

Browse files
thierryredingrobherring
authored andcommitted
dt-bindings: net: dsa: sja1105: Fix indentation warnings
Some of the lines aren't properly indented, causing yamllint to warn about them: .../nxp,sja1105.yaml:70:17: [warning] wrong indentation: expected 18 but found 16 (indentation) Use the proper indentation to fix those warnings. Signed-off-by: Thierry Reding <[email protected]> Fixes: 070f5b7 ("dt-bindings: net: dsa: sja1105: add SJA1110 bindings") Tested-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent e73f0f0 commit d549c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ properties:
6767
reg:
6868
oneOf:
6969
- enum:
70-
- 0
71-
- 1
70+
- 0
71+
- 1
7272

7373
required:
7474
- compatible

0 commit comments

Comments
 (0)