[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1623677988.138699.630750.nullmailer@robh.at.kernel.org>
Date: Mon, 14 Jun 2021 07:39:48 -0600
From: Rob Herring <robh@...nel.org>
To: Nobuhiro Iwamatsu <iwamatsu@...auri.org>
Cc: linux-fpga@...r.kernel.org, shubhrajyoti.datta@...inx.com,
gregkh@...uxfoundation.org, peter.crosthwaite@...inx.com,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
navam@...inx.com, michal.simek@...inx.com,
soren.brinkmann@...inx.com, linux-arm-kernel@...ts.infradead.org,
linux-serial@...r.kernel.org
Subject: Re: [PATCH] dt-bindings: serial: convert Cadence UART bindings to YAML
On Mon, 14 Jun 2021 06:33:59 +0900, Nobuhiro Iwamatsu wrote:
> Convert serial for Cadence UART bindings documentation to YAML.
>
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@...auri.org>
> ---
> .../devicetree/bindings/serial/cdns,uart.txt | 27 --------
> .../devicetree/bindings/serial/cdns,uart.yaml | 68 +++++++++++++++++++
> 2 files changed, 68 insertions(+), 27 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/serial/cdns,uart.txt
> create mode 100644 Documentation/devicetree/bindings/serial/cdns,uart.yaml
>
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):
yamllint warnings/errors:
./Documentation/devicetree/bindings/serial/cdns,uart.yaml:21:13: [warning] wrong indentation: expected 14 but found 12 (indentation)
./Documentation/devicetree/bindings/serial/cdns,uart.yaml:26:13: [warning] wrong indentation: expected 14 but found 12 (indentation)
dtschema/dtc warnings/errors:
\ndoc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1491509
This check can fail if there are any dependencies. The base for a patch
series is generally the most recent rc1.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit.
Powered by blists - more mailing lists