[PATCH 3/7] dt-bindings: net: dsa: sja1105: fix wrong indentation
Dong Aisheng
aisheng.dong at nxp.com
Thu Jul 15 01:25:32 PDT 2021
This patch fixes the following error:
Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml:70:17: [warning] wrong indentation: expected 18 but found 16 (indentation)
Cc: Andrew Lunn <andrew at lunn.ch>
Cc: Vivien Didelot <vivien.didelot at gmail.com>
Cc: Florian Fainelli <f.fainelli at gmail.com>
Cc: Vladimir Oltean <olteanv at gmail.com>
Cc: "David S. Miller" <davem at davemloft.net>
Cc: Rob Herring <robh+dt at kernel.org>
Cc: netdev at vger.kernel.org
Signed-off-by: Dong Aisheng <aisheng.dong at nxp.com>
---
Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml b/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml
index 0b8a05dd52e6..f978f8719d8e 100644
--- a/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml
@@ -67,8 +67,8 @@ properties:
reg:
oneOf:
- enum:
- - 0
- - 1
+ - 0
+ - 1
required:
- compatible
--
2.25.1
More information about the linux-arm-kernel
mailing list