linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: arm: fix YAML whitespace in cpus.yaml
@ 2019-04-06  6:25 Paul Walmsley
  2019-04-06  6:53 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Walmsley @ 2019-04-06  6:25 UTC (permalink / raw)
  To: devicetree
  Cc: Paul Walmsley, Paul Walmsley, Sugaya Taichi, Arnd Bergmann,
	Rob Herring, Mark Rutland, linux-kernel, linux-arm-kernel

Running 'make dt_binding_check' fails for
Documentation/devicetree/bindings/arm/cpus.yaml.  This is due to tabs
used for indentation:

$ dt-doc-validate Documentation/devicetree/bindings/arm/cpus.yaml
Documentation/devicetree/bindings/arm/cpus.yaml:  while scanning a plain scalar
  in "<unicode string>", line 230, column 19
found a tab character that violates indentation
  in "<unicode string>", line 231, column 1
$

Fixes: fd73403a4862842e89d7d2063cfe9e25bbe9c991 ("dt-bindings: arm: Add SMP enable-method for Milbeaut")
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Sugaya Taichi <sugaya.taichi@socionext.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
---
 Documentation/devicetree/bindings/arm/cpus.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml
index 365dcf384d73..82dd7582e945 100644
--- a/Documentation/devicetree/bindings/arm/cpus.yaml
+++ b/Documentation/devicetree/bindings/arm/cpus.yaml
@@ -228,7 +228,7 @@ patternProperties:
                 - renesas,r9a06g032-smp
                 - rockchip,rk3036-smp
                 - rockchip,rk3066-smp
-		- socionext,milbeaut-m10v-smp
+                - socionext,milbeaut-m10v-smp
                 - ste,dbx500-smp
 
       cpu-release-addr:
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: arm: fix YAML whitespace in cpus.yaml
  2019-04-06  6:25 [PATCH] dt-bindings: arm: fix YAML whitespace in cpus.yaml Paul Walmsley
@ 2019-04-06  6:53 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2019-04-06  6:53 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: devicetree, Paul Walmsley, Sugaya Taichi, Arnd Bergmann,
	Rob Herring, Mark Rutland, Linux Kernel Mailing List,
	linux-arm-kernel

On Sat, Apr 6, 2019 at 1:26 AM Paul Walmsley <paul.walmsley@sifive.com> wrote:
>
> Running 'make dt_binding_check' fails for
> Documentation/devicetree/bindings/arm/cpus.yaml.  This is due to tabs
> used for indentation:

You're the 3rd fix. :( We're waiting on arm-soc folks to apply it.

Rob

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-06  6:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-06  6:25 [PATCH] dt-bindings: arm: fix YAML whitespace in cpus.yaml Paul Walmsley
2019-04-06  6:53 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).