* [PATCH net-next] dt-bindings: net: tsnep: Fix typo on generic nvmem property
@ 2022-11-04 16:21 Miquel Raynal
2022-11-04 19:42 ` Gerhard Engleder
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Miquel Raynal @ 2022-11-04 16:21 UTC (permalink / raw)
To: David S. Miller, Jakub Kicinski, Paolo Abeni, Eric Dumazet,
netdev
Cc: Rob Herring, Krzysztof Kozlowski, devicetree, Gerhard Engleder,
Miquel Raynal
While working on the nvmem description I figured out this file had the
"nvmem-cell-names" property name misspelled. Fix the typo, as
"nvmem-cells-names" has never existed.
Fixes: 603094b2cdb7 ("dt-bindings: net: Add tsnep Ethernet controller")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
Documentation/devicetree/bindings/net/engleder,tsnep.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/net/engleder,tsnep.yaml b/Documentation/devicetree/bindings/net/engleder,tsnep.yaml
index 5bd964a46a9d..a6921e805e37 100644
--- a/Documentation/devicetree/bindings/net/engleder,tsnep.yaml
+++ b/Documentation/devicetree/bindings/net/engleder,tsnep.yaml
@@ -47,7 +47,7 @@ properties:
nvmem-cells: true
- nvmem-cells-names: true
+ nvmem-cell-names: true
phy-connection-type:
enum:
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH net-next] dt-bindings: net: tsnep: Fix typo on generic nvmem property
2022-11-04 16:21 [PATCH net-next] dt-bindings: net: tsnep: Fix typo on generic nvmem property Miquel Raynal
@ 2022-11-04 19:42 ` Gerhard Engleder
2022-11-07 21:04 ` Rob Herring
2022-11-08 2:00 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 4+ messages in thread
From: Gerhard Engleder @ 2022-11-04 19:42 UTC (permalink / raw)
To: Miquel Raynal, David S. Miller, Jakub Kicinski, Paolo Abeni,
Eric Dumazet, netdev
Cc: Rob Herring, Krzysztof Kozlowski, devicetree
> While working on the nvmem description I figured out this file had the
> "nvmem-cell-names" property name misspelled. Fix the typo, as
> "nvmem-cells-names" has never existed.
>
> Fixes: 603094b2cdb7 ("dt-bindings: net: Add tsnep Ethernet controller")
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
> Documentation/devicetree/bindings/net/engleder,tsnep.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/net/engleder,tsnep.yaml b/Documentation/devicetree/bindings/net/engleder,tsnep.yaml
> index 5bd964a46a9d..a6921e805e37 100644
> --- a/Documentation/devicetree/bindings/net/engleder,tsnep.yaml
> +++ b/Documentation/devicetree/bindings/net/engleder,tsnep.yaml
> @@ -47,7 +47,7 @@ properties:
>
> nvmem-cells: true
>
> - nvmem-cells-names: true
> + nvmem-cell-names: true
>
> phy-connection-type:
> enum:
Thanks for fixing my typo!
Reviewed-by: Gerhard Engleder <gerhard@engleder-embedded.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net-next] dt-bindings: net: tsnep: Fix typo on generic nvmem property
2022-11-04 16:21 [PATCH net-next] dt-bindings: net: tsnep: Fix typo on generic nvmem property Miquel Raynal
2022-11-04 19:42 ` Gerhard Engleder
@ 2022-11-07 21:04 ` Rob Herring
2022-11-08 2:00 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-11-07 21:04 UTC (permalink / raw)
To: Miquel Raynal
Cc: devicetree, Paolo Abeni, netdev, David S. Miller,
Gerhard Engleder, Jakub Kicinski, Rob Herring,
Krzysztof Kozlowski, Eric Dumazet
On Fri, 04 Nov 2022 17:21:47 +0100, Miquel Raynal wrote:
> While working on the nvmem description I figured out this file had the
> "nvmem-cell-names" property name misspelled. Fix the typo, as
> "nvmem-cells-names" has never existed.
>
> Fixes: 603094b2cdb7 ("dt-bindings: net: Add tsnep Ethernet controller")
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
> Documentation/devicetree/bindings/net/engleder,tsnep.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net-next] dt-bindings: net: tsnep: Fix typo on generic nvmem property
2022-11-04 16:21 [PATCH net-next] dt-bindings: net: tsnep: Fix typo on generic nvmem property Miquel Raynal
2022-11-04 19:42 ` Gerhard Engleder
2022-11-07 21:04 ` Rob Herring
@ 2022-11-08 2:00 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-11-08 2:00 UTC (permalink / raw)
To: Miquel Raynal
Cc: davem, kuba, pabeni, edumazet, netdev, robh+dt, krzk+dt,
devicetree, gerhard
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 4 Nov 2022 17:21:47 +0100 you wrote:
> While working on the nvmem description I figured out this file had the
> "nvmem-cell-names" property name misspelled. Fix the typo, as
> "nvmem-cells-names" has never existed.
>
> Fixes: 603094b2cdb7 ("dt-bindings: net: Add tsnep Ethernet controller")
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
>
> [...]
Here is the summary with links:
- [net-next] dt-bindings: net: tsnep: Fix typo on generic nvmem property
https://git.kernel.org/netdev/net/c/ec683f02a150
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
end of thread, other threads:[~2022-11-08 2:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-04 16:21 [PATCH net-next] dt-bindings: net: tsnep: Fix typo on generic nvmem property Miquel Raynal
2022-11-04 19:42 ` Gerhard Engleder
2022-11-07 21:04 ` Rob Herring
2022-11-08 2:00 ` 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).