public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: dsa: fix typos in bindings docs
@ 2026-01-21 13:07 Akiyoshi Kurita
  2026-01-21 13:08 ` Andrew Lunn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Akiyoshi Kurita @ 2026-01-21 13:07 UTC (permalink / raw)
  To: krzk+dt
  Cc: robh, conor+dt, andrew, olteanv, devicetree, netdev, linux-kernel,
	weibu

Fix "alway" -> "always" in lan9303.txt and marvell,mv88e6xxx.yaml.

Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
---
 Documentation/devicetree/bindings/net/dsa/lan9303.txt         | 4 ++--
 .../devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/dsa/lan9303.txt b/Documentation/devicetree/bindings/net/dsa/lan9303.txt
index 94f4f286cef9..46a732087f5c 100644
--- a/Documentation/devicetree/bindings/net/dsa/lan9303.txt
+++ b/Documentation/devicetree/bindings/net/dsa/lan9303.txt
@@ -16,9 +16,9 @@ Optional properties:
 Subnodes:
 
 The integrated switch subnode should be specified according to the binding
-described in dsa/dsa.txt. The CPU port of this switch is alway port 0.
+described in dsa/dsa.txt. The CPU port of this switch is always port 0.
 
-Note: alway use 'reg = <0/1/2>;' for the three DSA ports, even if the device is
+Note: always use 'reg = <0/1/2>;' for the three DSA ports, even if the device is
 configured to use 1/2/3 instead. This hardware configuration will be
 auto-detected and mapped accordingly.
 
diff --git a/Documentation/devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml b/Documentation/devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml
index 170d8b74f6cf..19ae600e9339 100644
--- a/Documentation/devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml
@@ -63,7 +63,7 @@ properties:
 
   interrupts:
     description: The switch provides an external interrupt line, but it is
-      not alway used by target systems.
+      not always used by target systems.
     maxItems: 1
 
   interrupt-controller:
@@ -72,7 +72,7 @@ properties:
 
   '#interrupt-cells':
     description: The internal interrupt controller only supports triggering
-      on active high level interrupts so the second cell must alway be set to
+      on active high level interrupts so the second cell must always be set to
       IRQ_TYPE_LEVEL_HIGH.
     const: 2
 
-- 
2.47.3


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

* Re: [PATCH] dt-bindings: net: dsa: fix typos in bindings docs
  2026-01-21 13:07 [PATCH] dt-bindings: net: dsa: fix typos in bindings docs Akiyoshi Kurita
@ 2026-01-21 13:08 ` Andrew Lunn
  2026-01-21 16:58 ` Rob Herring
  2026-01-23  2:32 ` Jakub Kicinski
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2026-01-21 13:08 UTC (permalink / raw)
  To: Akiyoshi Kurita
  Cc: krzk+dt, robh, conor+dt, olteanv, devicetree, netdev,
	linux-kernel

On Wed, Jan 21, 2026 at 10:07:04PM +0900, Akiyoshi Kurita wrote:
> Fix "alway" -> "always" in lan9303.txt and marvell,mv88e6xxx.yaml.
> 
> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* Re: [PATCH] dt-bindings: net: dsa: fix typos in bindings docs
  2026-01-21 13:07 [PATCH] dt-bindings: net: dsa: fix typos in bindings docs Akiyoshi Kurita
  2026-01-21 13:08 ` Andrew Lunn
@ 2026-01-21 16:58 ` Rob Herring
  2026-01-23  2:32 ` Jakub Kicinski
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2026-01-21 16:58 UTC (permalink / raw)
  To: Akiyoshi Kurita
  Cc: krzk+dt, conor+dt, andrew, olteanv, devicetree, netdev,
	linux-kernel

On Wed, Jan 21, 2026 at 10:07:04PM +0900, Akiyoshi Kurita wrote:
> Fix "alway" -> "always" in lan9303.txt and marvell,mv88e6xxx.yaml.
> 
> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
> ---
>  Documentation/devicetree/bindings/net/dsa/lan9303.txt         | 4 ++--
>  .../devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml        | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/net/dsa/lan9303.txt b/Documentation/devicetree/bindings/net/dsa/lan9303.txt
> index 94f4f286cef9..46a732087f5c 100644
> --- a/Documentation/devicetree/bindings/net/dsa/lan9303.txt
> +++ b/Documentation/devicetree/bindings/net/dsa/lan9303.txt
> @@ -16,9 +16,9 @@ Optional properties:
>  Subnodes:
>  
>  The integrated switch subnode should be specified according to the binding
> -described in dsa/dsa.txt. The CPU port of this switch is alway port 0.
> +described in dsa/dsa.txt. The CPU port of this switch is always port 0.
>  
> -Note: alway use 'reg = <0/1/2>;' for the three DSA ports, even if the device is
> +Note: always use 'reg = <0/1/2>;' for the three DSA ports, even if the device is
>  configured to use 1/2/3 instead. This hardware configuration will be
>  auto-detected and mapped accordingly.

Please don't send further fixes to .txt bindings. If you are interested 
in fixing them, convert them to schema.

Acked-by: Rob Herring (Arm) <robh@kernel.org>

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

* Re: [PATCH] dt-bindings: net: dsa: fix typos in bindings docs
  2026-01-21 13:07 [PATCH] dt-bindings: net: dsa: fix typos in bindings docs Akiyoshi Kurita
  2026-01-21 13:08 ` Andrew Lunn
  2026-01-21 16:58 ` Rob Herring
@ 2026-01-23  2:32 ` Jakub Kicinski
  2 siblings, 0 replies; 4+ messages in thread
From: Jakub Kicinski @ 2026-01-23  2:32 UTC (permalink / raw)
  To: Akiyoshi Kurita
  Cc: krzk+dt, robh, conor+dt, andrew, olteanv, devicetree, netdev,
	linux-kernel

On Wed, 21 Jan 2026 22:07:04 +0900 Akiyoshi Kurita wrote:
> Fix "alway" -> "always" in lan9303.txt and marvell,mv88e6xxx.yaml.

Does not apply to net-next, AFAICT. Could you rebase on net-next/main
and repost?
-- 
pw-bot: cr

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

end of thread, other threads:[~2026-01-23  2:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-21 13:07 [PATCH] dt-bindings: net: dsa: fix typos in bindings docs Akiyoshi Kurita
2026-01-21 13:08 ` Andrew Lunn
2026-01-21 16:58 ` Rob Herring
2026-01-23  2:32 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox