netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: pse-pd: Fix unusual character in documentation
@ 2025-01-07 14:26 Kory Maincent
  2025-01-07 14:55 ` Simon Horman
  2025-01-09  3:40 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Kory Maincent @ 2025-01-07 14:26 UTC (permalink / raw)
  To: Oleksij Rempel, Kory Maincent, netdev, devicetree, linux-kernel
  Cc: thomas.petazzoni, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley

The documentation contained an unusual character due to an issue in my
personal b4 setup. Fix the problem by providing the correct PSE Pinout
Alternatives table number description.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
---

I don't use net-next prefix as I suppose it would go in the devicetree
tree.

 .../devicetree/bindings/net/pse-pd/pse-controller.yaml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/pse-pd/pse-controller.yaml b/Documentation/devicetree/bindings/net/pse-pd/pse-controller.yaml
index a12cda8aa764..cd09560e0aea 100644
--- a/Documentation/devicetree/bindings/net/pse-pd/pse-controller.yaml
+++ b/Documentation/devicetree/bindings/net/pse-pd/pse-controller.yaml
@@ -81,7 +81,7 @@ properties:
               List of phandles, each pointing to the power supply for the
               corresponding pairset named in 'pairset-names'. This property
               aligns with IEEE 802.3-2022, Section 33.2.3 and 145.2.4.
-              PSE Pinout Alternatives (as per IEEE 802.3-2022 Table 145\u20133)
+              PSE Pinout Alternatives (as per IEEE 802.3-2022 Table 145-3)
               |-----------|---------------|---------------|---------------|---------------|
               | Conductor | Alternative A | Alternative A | Alternative B | Alternative B |
               |           |    (MDI-X)    |     (MDI)     |      (X)      |      (S)      |
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: net: pse-pd: Fix unusual character in documentation
  2025-01-07 14:26 [PATCH] dt-bindings: net: pse-pd: Fix unusual character in documentation Kory Maincent
@ 2025-01-07 14:55 ` Simon Horman
  2025-01-09  3:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2025-01-07 14:55 UTC (permalink / raw)
  To: Kory Maincent
  Cc: Oleksij Rempel, netdev, devicetree, linux-kernel,
	thomas.petazzoni, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley

On Tue, Jan 07, 2025 at 03:26:59PM +0100, Kory Maincent wrote:
> The documentation contained an unusual character due to an issue in my
> personal b4 setup. Fix the problem by providing the correct PSE Pinout
> Alternatives table number description.
> 
> Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
> ---
> 
> I don't use net-next prefix as I suppose it would go in the devicetree
> tree.
> 
>  .../devicetree/bindings/net/pse-pd/pse-controller.yaml          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/net/pse-pd/pse-controller.yaml b/Documentation/devicetree/bindings/net/pse-pd/pse-controller.yaml
> index a12cda8aa764..cd09560e0aea 100644
> --- a/Documentation/devicetree/bindings/net/pse-pd/pse-controller.yaml
> +++ b/Documentation/devicetree/bindings/net/pse-pd/pse-controller.yaml
> @@ -81,7 +81,7 @@ properties:
>                List of phandles, each pointing to the power supply for the
>                corresponding pairset named in 'pairset-names'. This property
>                aligns with IEEE 802.3-2022, Section 33.2.3 and 145.2.4.
> -              PSE Pinout Alternatives (as per IEEE 802.3-2022 Table 145\u20133)
> +              PSE Pinout Alternatives (as per IEEE 802.3-2022 Table 145-3)

FWIIW, I checked and unicode character 2013 is an En Dash.
So this looks good to me.

>                |-----------|---------------|---------------|---------------|---------------|
>                | Conductor | Alternative A | Alternative A | Alternative B | Alternative B |
>                |           |    (MDI-X)    |     (MDI)     |      (X)      |      (S)      |


Reviewed-by: Simon Horman <horms@kernel.org>


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

* Re: [PATCH] dt-bindings: net: pse-pd: Fix unusual character in documentation
  2025-01-07 14:26 [PATCH] dt-bindings: net: pse-pd: Fix unusual character in documentation Kory Maincent
  2025-01-07 14:55 ` Simon Horman
@ 2025-01-09  3:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-01-09  3:40 UTC (permalink / raw)
  To: Kory Maincent
  Cc: o.rempel, netdev, devicetree, linux-kernel, thomas.petazzoni,
	andrew+netdev, davem, edumazet, kuba, pabeni, robh, krzk+dt,
	conor+dt

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue,  7 Jan 2025 15:26:59 +0100 you wrote:
> The documentation contained an unusual character due to an issue in my
> personal b4 setup. Fix the problem by providing the correct PSE Pinout
> Alternatives table number description.
> 
> Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
> ---
> 
> [...]

Here is the summary with links:
  - dt-bindings: net: pse-pd: Fix unusual character in documentation
    https://git.kernel.org/netdev/net/c/d1bf27c4e176

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] 3+ messages in thread

end of thread, other threads:[~2025-01-09  3:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-07 14:26 [PATCH] dt-bindings: net: pse-pd: Fix unusual character in documentation Kory Maincent
2025-01-07 14:55 ` Simon Horman
2025-01-09  3:40 ` patchwork-bot+netdevbpf

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).