[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1650543540.622713.3204417.nullmailer@robh.at.kernel.org>
Date: Thu, 21 Apr 2022 07:19:00 -0500
From: Rob Herring <robh@...nel.org>
To: Medad CChien <medadyoung@...il.com>
Cc: tali.perry1@...il.com, devicetree@...r.kernel.org,
KWLIU@...oton.com, james.morse@....com, ctcchien@...oton.com,
rric@...nel.org, avifishman70@...il.com, openbmc@...ts.ozlabs.org,
JJLIU0@...oton.com, tmaimon77@...il.com, tony.luck@...el.com,
venture@...gle.com, linux-kernel@...r.kernel.org,
robh+dt@...nel.org, benjaminfair@...gle.com, YSCHU@...oton.com,
bp@...en8.de, linux-edac@...r.kernel.org, KFTING@...oton.com,
mchehab@...nel.org, yuenn@...gle.com
Subject: Re: [PATCH v7 2/3] dt-bindings: edac: nuvoton: add NPCM memory controller
On Thu, 21 Apr 2022 14:28:35 +0800, Medad CChien wrote:
> Document devicetree bindings for the Nuvoton BMC NPCM memory controller.
>
> Signed-off-by: Medad CChien <ctcchien@...oton.com>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
> Reviewed-by: Borislav Petkov <bp@...en8.de>
> Reviewed-by: Paul Menzel <pmenzel@...gen.mpg.de>
> ---
> .../edac/nuvoton,npcm-memory-controller.yaml | 61 +++++++++++++++++++
> 1 file changed, 61 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/edac/nuvoton,npcm-memory-controller.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/edac/nuvoton,npcm-memory-controller.yaml:61:7: [error] no new line character at the end of file (new-line-at-end-of-file)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/
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