[PATCH] dt-bindings: net: dsa: marvell,mv88e6xxx: fix typo

Akiyoshi Kurita posted 1 patch 1 month, 2 weeks ago
.../devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml          | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: net: dsa: marvell,mv88e6xxx: fix typo
Posted by Akiyoshi Kurita 1 month, 2 weeks ago
Fix a typo in the interrupt-cells description ("alway" -> "always").

Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
---
 .../devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml b/Documentation/devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml
index 19f15bdd1c97..19ae600e9339 100644
--- a/Documentation/devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml
@@ -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
Re: [PATCH] dt-bindings: net: dsa: marvell,mv88e6xxx: fix typo
Posted by Andrew Lunn 1 month, 2 weeks ago
On Wed, Dec 24, 2025 at 09:32:30PM +0900, Akiyoshi Kurita wrote:
> Fix a typo in the interrupt-cells description ("alway" -> "always").
> 
> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>

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

    Andrew
Re: [PATCH] dt-bindings: net: dsa: marvell,mv88e6xxx: fix typo
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
On 24/12/2025 13:32, Akiyoshi Kurita wrote:
> Fix a typo in the interrupt-cells description ("alway" -> "always").

Please do not send trivial typos one by one, but fix all of occurrences
per subsystem. This is too much effort to deal with such one liners.

> 
> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
Best regards,
Krzysztof
Re: [PATCH] dt-bindings: net: dsa: marvell,mv88e6xxx: fix typo
Posted by weibu@redadmin.org 1 month, 2 weeks ago
Thanks for the feedback. Understood — I will send typo fixes aggregated 
per subsystem going forward.

2025-12-24 21:36 に Krzysztof Kozlowski さんは書きました:
> On 24/12/2025 13:32, Akiyoshi Kurita wrote:
>> Fix a typo in the interrupt-cells description ("alway" -> "always").
> 
> Please do not send trivial typos one by one, but fix all of occurrences
> per subsystem. This is too much effort to deal with such one liners.
> 
>> 
>> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
> Best regards,
> Krzysztof