All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: dsa: sja1105: Fix indentation warnings
@ 2021-06-22 11:33 Thierry Reding
  2021-06-23 12:33 ` Geert Uytterhoeven
  2021-07-14 17:50 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Thierry Reding @ 2021-06-22 11:33 UTC (permalink / raw)
  To: Rob Herring; +Cc: devicetree, netdev

From: Thierry Reding <treding@nvidia.com>

Some of the lines aren't properly indented, causing yamllint to warn
about them:

    .../nxp,sja1105.yaml:70:17: [warning] wrong indentation: expected 18 but found 16 (indentation)

Use the proper indentation to fix those warnings.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml b/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml
index 0b8a05dd52e6..f978f8719d8e 100644
--- a/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml
@@ -67,8 +67,8 @@ properties:
           reg:
             oneOf:
               - enum:
-                - 0
-                - 1
+                  - 0
+                  - 1
 
         required:
           - compatible
-- 
2.32.0


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

* Re: [PATCH] dt-bindings: net: dsa: sja1105: Fix indentation warnings
  2021-06-22 11:33 [PATCH] dt-bindings: net: dsa: sja1105: Fix indentation warnings Thierry Reding
@ 2021-06-23 12:33 ` Geert Uytterhoeven
  2021-07-14 17:50 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2021-06-23 12:33 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Rob Herring,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	netdev

On Tue, Jun 22, 2021 at 1:31 PM Thierry Reding <thierry.reding@gmail.com> wrote:
> From: Thierry Reding <treding@nvidia.com>
>
> Some of the lines aren't properly indented, causing yamllint to warn
> about them:
>
>     .../nxp,sja1105.yaml:70:17: [warning] wrong indentation: expected 18 but found 16 (indentation)
>
> Use the proper indentation to fix those warnings.
>
> Signed-off-by: Thierry Reding <treding@nvidia.com>

Fixes: 070f5b701d559ae1 ("dt-bindings: net: dsa: sja1105: add SJA1110 bindings")
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] dt-bindings: net: dsa: sja1105: Fix indentation warnings
  2021-06-22 11:33 [PATCH] dt-bindings: net: dsa: sja1105: Fix indentation warnings Thierry Reding
  2021-06-23 12:33 ` Geert Uytterhoeven
@ 2021-07-14 17:50 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2021-07-14 17:50 UTC (permalink / raw)
  To: Thierry Reding; +Cc: devicetree, Rob Herring, netdev

On Tue, 22 Jun 2021 13:33:27 +0200, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> Some of the lines aren't properly indented, causing yamllint to warn
> about them:
> 
>     .../nxp,sja1105.yaml:70:17: [warning] wrong indentation: expected 18 but found 16 (indentation)
> 
> Use the proper indentation to fix those warnings.
> 
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
>  Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Applied, thanks!

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

end of thread, other threads:[~2021-07-14 17:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 11:33 [PATCH] dt-bindings: net: dsa: sja1105: Fix indentation warnings Thierry Reding
2021-06-23 12:33 ` Geert Uytterhoeven
2021-07-14 17:50 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.