[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <170813721337.1034359.14079032178586114678.robh@kernel.org>
Date: Fri, 16 Feb 2024 20:33:35 -0600
From: Rob Herring <robh@...nel.org>
To: Atish Patra <atishp@...osinc.com>
Cc: Evan Green <evan@...osinc.com>, Atish Patra <atishp@...shpatra.org>,
Andrew Jones <ajones@...tanamicro.com>, Ingo Molnar <mingo@...hat.com>,
Jing Zhang <renyu.zj@...ux.alibaba.com>,
Mark Rutland <mark.rutland@....com>, Guo Ren <guoren@...nel.org>,
linux-doc@...r.kernel.org, Will Deacon <will@...nel.org>,
kvm@...r.kernel.org, Kan Liang <kan.liang@...ux.intel.com>,
kaiwenxue1@...il.com, Ian Rogers <irogers@...gle.com>,
Yang Jihong <yangjihong1@...wei.com>,
Alexandre Ghiti <alexghiti@...osinc.com>, devicetree@...r.kernel.org,
Conor Dooley <conor@...nel.org>, Arnaldo Carvalho de Melo <acme@...nel.org>,
linux-perf-users@...r.kernel.org, Palmer Dabbelt <palmer@...belt.com>,
Jiri Olsa <jolsa@...nel.org>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Jonathan Corbet <corbet@....net>, linux-kernel@...r.kernel.org,
Adrian Hunter <adrian.hunter@...el.com>, kvm-riscv@...ts.infradead.org,
Ley Foon Tan <leyfoon.tan@...rfivetech.com>,
John Garry <john.g.garry@...cle.com>,
Samuel Holland <samuel.holland@...ive.com>,
Heiko Stuebner <heiko@...ech.de>, Anup Patel <anup@...infault.org>,
Ji Sheng Teoh <jisheng.teoh@...rfivetech.com>,
Paul Walmsley <paul.walmsley@...ive.com>,
Peter Zijlstra <peterz@...radead.org>,
Christian Brauner <brauner@...nel.org>, James Clark <james.clark@....com>,
Weilin Wang <weilin.wang@...el.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Rob Herring <robh+dt@...nel.org>, Namhyung Kim <namhyung@...nel.org>,
Clément Léger <cleger@...osinc.com>,
linux-riscv@...ts.infradead.org
Subject: Re: [PATCH RFC 08/20] dt-bindings: riscv: add Ssccfg ISA extension
description
On Fri, 16 Feb 2024 16:57:26 -0800, Atish Patra wrote:
> Add description for the Ssccfg extension.
>
> Signed-off-by: Atish Patra <atishp@...osinc.com>
> ---
> .../devicetree/bindings/riscv/extensions.yaml | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
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/riscv/extensions.yaml:131:1: [error] syntax error: found character '\t' that cannot start any token (syntax)
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/riscv/extensions.yaml:131:1: found a tab character where an indentation space is expected
/Documentation/devicetree/bindings/riscv/extensions.yaml:131:1: found a tab character where an indentation space is expected
in "<unicode string>", line 125, column 24
in "<unicode string>", line 131, column 1
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240217005738.3744121-9-atishp@rivosinc.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
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 after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists