devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: ethernet-controller: Fix formatting error
@ 2023-11-13 16:44 Niklas Söderlund
  2023-11-13 18:11 ` Andrew Lunn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Niklas Söderlund @ 2023-11-13 16:44 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Prasanna Vengateshan,
	devicetree
  Cc: netdev, Niklas Söderlund

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>
---
 .../devicetree/bindings/net/ethernet-controller.yaml          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
index 9f6a5ccbcefe..d14d123ad7a0 100644
--- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml
+++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
@@ -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.
 
-- 
2.42.1


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

* Re: [PATCH] dt-bindings: net: ethernet-controller: Fix formatting error
  2023-11-13 16:44 [PATCH] dt-bindings: net: ethernet-controller: Fix formatting error Niklas Söderlund
@ 2023-11-13 18:11 ` Andrew Lunn
  2023-11-15 10:10 ` patchwork-bot+netdevbpf
  2023-11-21  7:40 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2023-11-13 18:11 UTC (permalink / raw)
  To: Niklas Söderlund
  Cc: Rob Herring, Krzysztof Kozlowski, Prasanna Vengateshan,
	devicetree, netdev

On Mon, Nov 13, 2023 at 05:44:12PM +0100, Niklas Söderlund wrote:
> 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>

    Andrew

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

* Re: [PATCH] dt-bindings: net: ethernet-controller: Fix formatting error
  2023-11-13 16:44 [PATCH] dt-bindings: net: ethernet-controller: Fix formatting error Niklas Söderlund
  2023-11-13 18:11 ` Andrew Lunn
@ 2023-11-15 10:10 ` patchwork-bot+netdevbpf
  2023-11-21  7:40 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-11-15 10:10 UTC (permalink / raw)
  To: =?utf-8?q?Niklas_S=C3=B6derlund_=3Cniklas=2Esoderlund+renesas=40ragnatech=2E?=,
	=?utf-8?q?se=3E?=
  Cc: robh+dt, krzysztof.kozlowski+dt, prasanna.vengateshan, devicetree,
	netdev

Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon, 13 Nov 2023 17:44:12 +0100 you wrote:
> 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>
> ---
>  .../devicetree/bindings/net/ethernet-controller.yaml          | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Here is the summary with links:
  - dt-bindings: net: ethernet-controller: Fix formatting error
    https://git.kernel.org/netdev/net/c/efc0c8363bc6

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH] dt-bindings: net: ethernet-controller: Fix formatting error
  2023-11-13 16:44 [PATCH] dt-bindings: net: ethernet-controller: Fix formatting error Niklas Söderlund
  2023-11-13 18:11 ` Andrew Lunn
  2023-11-15 10:10 ` patchwork-bot+netdevbpf
@ 2023-11-21  7:40 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-11-21  7:40 UTC (permalink / raw)
  To: Niklas Söderlund, Rob Herring, Krzysztof Kozlowski,
	Prasanna Vengateshan, devicetree
  Cc: netdev

On 13/11/2023 17:44, Niklas Söderlund wrote:
> 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>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

end of thread, other threads:[~2023-11-21  7:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-13 16:44 [PATCH] dt-bindings: net: ethernet-controller: Fix formatting error Niklas Söderlund
2023-11-13 18:11 ` Andrew Lunn
2023-11-15 10:10 ` patchwork-bot+netdevbpf
2023-11-21  7:40 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).