Re: [PATCH 1/2] dt-bindings: Parallelize yamllint
From: Rob Herring <robh@kernel.org>
Date: 2021-10-20 17:59:45
Also in:
lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-10-20 17:59:45
Also in:
lkml
On Mon, 18 Oct 2021 12:54:47 +0200, Geert Uytterhoeven wrote:
Use xargs sharding like "chk_bindings" does, to parallelize the execution of yamllint. This reduces the yamllint execution time from ca. 21 to 5 seconds on i7-8700K. Suggested-by: Rob Herring <robh+dt@kernel.org> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- v2: - New. --- Documentation/devicetree/bindings/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks!