Message ID | 20210715082536.1882077-4-aisheng.dong@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: imx8mp: fix dt schema check errors | expand |
Hi Aisheng, On Thu, Jul 15, 2021 at 04:25:32PM +0800, Dong Aisheng wrote: > 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@lunn.ch> > Cc: Vivien Didelot <vivien.didelot@gmail.com> > Cc: Florian Fainelli <f.fainelli@gmail.com> > Cc: Vladimir Oltean <olteanv@gmail.com> > Cc: "David S. Miller" <davem@davemloft.net> > Cc: Rob Herring <robh+dt@kernel.org> > Cc: netdev@vger.kernel.org > Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> > --- Thank you for preparing and sending the patch. It looks like Rob already applied another version of this change yesterday: https://lore.kernel.org/netdev/20210622113327.3613595-1-thierry.reding@gmail.com/ I wasn't copied on that patch, I noticed it rather by coincidence.
On Thu, Jul 15, 2021 at 6:05 PM Vladimir Oltean <olteanv@gmail.com> wrote: > > Hi Aisheng, > > On Thu, Jul 15, 2021 at 04:25:32PM +0800, Dong Aisheng wrote: > > 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@lunn.ch> > > Cc: Vivien Didelot <vivien.didelot@gmail.com> > > Cc: Florian Fainelli <f.fainelli@gmail.com> > > Cc: Vladimir Oltean <olteanv@gmail.com> > > Cc: "David S. Miller" <davem@davemloft.net> > > Cc: Rob Herring <robh+dt@kernel.org> > > Cc: netdev@vger.kernel.org > > Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> > > --- > > Thank you for preparing and sending the patch. > It looks like Rob already applied another version of this change > yesterday: > https://lore.kernel.org/netdev/20210622113327.3613595-1-thierry.reding@gmail.com/ > I wasn't copied on that patch, I noticed it rather by coincidence. Got it, then this one can be dropped. Regards Aisheng
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
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@lunn.ch> Cc: Vivien Didelot <vivien.didelot@gmail.com> Cc: Florian Fainelli <f.fainelli@gmail.com> Cc: Vladimir Oltean <olteanv@gmail.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: Rob Herring <robh+dt@kernel.org> Cc: netdev@vger.kernel.org Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> --- Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)