[PATCH] dt-bindings: net: ethernet-controller: Fix grammar in comment

J. Neuschäfer via B4 Relay posted 1 patch 1 week, 2 days ago
Documentation/devicetree/bindings/net/ethernet-controller.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: net: ethernet-controller: Fix grammar in comment
Posted by J. Neuschäfer via B4 Relay 1 week, 2 days ago
From: "J. Neuschäfer" <j.ne@posteo.net>

"difference" is a noun, so "sufficient" is an adjective without "ly".

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
---
 Documentation/devicetree/bindings/net/ethernet-controller.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
index 66b1cfbbfe221112286af4a14839ea039564113a..812f2c7aaa83777cf8c863e93d9597b951ac54d7 100644
--- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml
+++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
@@ -274,7 +274,7 @@ additionalProperties: true
 # specified.
 #
 # One option is to make the clock traces on the PCB longer than the
-# data traces. A sufficiently difference in length can provide the 2ns
+# data traces. A sufficient difference in length can provide the 2ns
 # delay. If both the RX and TX delays are implemented in this manner,
 # 'rgmii' should be used, so indicating the PCB adds the delays.
 #

---
base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
change-id: 20250923-dt-net-typo-9eef94e2f306

Best regards,
-- 
J. Neuschäfer <j.ne@posteo.net>


Re: [PATCH] dt-bindings: net: ethernet-controller: Fix grammar in comment
Posted by Andrew Lunn 1 week, 2 days ago
On Tue, Sep 23, 2025 at 01:10:01AM +0200, J. Neuschäfer via B4 Relay wrote:
> From: "J. Neuschäfer" <j.ne@posteo.net>
> 
> "difference" is a noun, so "sufficient" is an adjective without "ly".
> 
> Signed-off-by: J. Neuschäfer <j.ne@posteo.net>

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

    Andrew