linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: arm: correct dt_binding_check parse error
@ 2019-03-31  2:42 Brian Masney
  2019-04-01  6:07 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Masney @ 2019-03-31  2:42 UTC (permalink / raw)
  To: arnd
  Cc: robh+dt, mark.rutland, sugaya.taichi, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek

'make dt_binding_check' fails with the following error:

  Documentation/devicetree/bindings/arm/cpus.yaml:  while scanning a
  plain scalar
    in "<unicode string>", line 231, column 19
  found a tab character that violates indentation
    in "<unicode string>", line 232, column 1
  make[1]: *** [Documentation/devicetree/bindings/Makefile:12:
    Documentation/devicetree/bindings/arm/cpus.example.dts] Error 1

Correct the parse error by replacing the tabs with spaces to keep
'make dt_binding_check' happy.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Fixes: fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for Milbeaut")
---
Issue is in linux-next-20190329.

 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 60eab6dc3c0b..591bbd012d63 100644
--- a/Documentation/devicetree/bindings/arm/cpus.yaml
+++ b/Documentation/devicetree/bindings/arm/cpus.yaml
@@ -229,7 +229,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: correct dt_binding_check parse error
  2019-03-31  2:42 [PATCH] dt-bindings: arm: correct dt_binding_check parse error Brian Masney
@ 2019-04-01  6:07 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2019-04-01  6:07 UTC (permalink / raw)
  To: Brian Masney
  Cc: Arnd Bergmann, Mark Rutland, Sugaya Taichi, devicetree,
	linux-kernel,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	moderated list:ARM/Mediatek SoC support

On Sat, Mar 30, 2019 at 9:42 PM Brian Masney <masneyb@onstation.org> wrote:
>
> 'make dt_binding_check' fails with the following error:
>
>   Documentation/devicetree/bindings/arm/cpus.yaml:  while scanning a
>   plain scalar
>     in "<unicode string>", line 231, column 19
>   found a tab character that violates indentation
>     in "<unicode string>", line 232, column 1
>   make[1]: *** [Documentation/devicetree/bindings/Makefile:12:
>     Documentation/devicetree/bindings/arm/cpus.example.dts] Error 1
>
> Correct the parse error by replacing the tabs with spaces to keep
> 'make dt_binding_check' happy.

There's already a patch for this. Just waiting on arm-soc guys to apply it.

Rob

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-31  2:42 [PATCH] dt-bindings: arm: correct dt_binding_check parse error Brian Masney
2019-04-01  6:07 ` 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).