]> git.dujemihanovic.xyz Git - linux.git/commitdiff
dt-bindings: net: ethernet-controller: Fix formatting error
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Mon, 13 Nov 2023 16:44:12 +0000 (17:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Nov 2023 10:00:55 +0000 (10:00 +0000)
When moving the *-internal-delay-ps properties to only apply for RGMII
interface modes there where a typo in the text formatting.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/ethernet-controller.yaml

index 9f6a5ccbcefef45e62d4447bfadde3052f27b21e..d14d123ad7a028872d5f04de0644685dcba684e3 100644 (file)
@@ -275,12 +275,12 @@ allOf:
       properties:
         rx-internal-delay-ps:
           description:
-            RGMII Receive Clock Delay defined in pico seconds.This is used for
+            RGMII Receive Clock Delay defined in pico seconds. This is used for
             controllers that have configurable RX internal delays. If this
             property is present then the MAC applies the RX delay.
         tx-internal-delay-ps:
           description:
-            RGMII Transmit Clock Delay defined in pico seconds.This is used for
+            RGMII Transmit Clock Delay defined in pico seconds. This is used for
             controllers that have configurable TX internal delays. If this
             property is present then the MAC applies the TX delay.