diff mbox series

[net] dt-bindings: net: ethernet-controller: fix typo in NVMEM

Message ID 20210329140317.23343-1-zajec5@gmail.com (mailing list archive)
State Accepted
Commit af9d316f3dd6d1385fbd1631b5103e620fc4298a
Delegated to: Netdev Maintainers
Headers show
Series [net] dt-bindings: net: ethernet-controller: fix typo in NVMEM | expand

Checks

Context Check Description
netdev/cover_letter success Link
netdev/fixes_present success Link
netdev/patch_count success Link
netdev/tree_selection success Clearly marked for net
netdev/subject_prefix success Link
netdev/cc_maintainers success CCed 7 of 7 maintainers
netdev/source_inline success Was 0 now: 0
netdev/verify_signedoff success Link
netdev/module_param success Was 0 now: 0
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/verify_fixes success Link
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/header_inline success Link

Commit Message

Rafał Miłecki March 29, 2021, 2:03 p.m. UTC
From: Rafał Miłecki <rafal@milecki.pl>

The correct property name is "nvmem-cell-names". This is what:
1. Was originally documented in the ethernet.txt
2. Is used in DTS files
3. Matches standard syntax for phandles
4. Linux net subsystem checks for

Fixes: 9d3de3c58347 ("dt-bindings: net: Add YAML schemas for the generic Ethernet options")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 Documentation/devicetree/bindings/net/ethernet-controller.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 29, 2021, 11:30 p.m. UTC | #1
Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Mon, 29 Mar 2021 16:03:17 +0200 you wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> The correct property name is "nvmem-cell-names". This is what:
> 1. Was originally documented in the ethernet.txt
> 2. Is used in DTS files
> 3. Matches standard syntax for phandles
> 4. Linux net subsystem checks for
> 
> [...]

Here is the summary with links:
  - [net] dt-bindings: net: ethernet-controller: fix typo in NVMEM
    https://git.kernel.org/netdev/net/c/af9d316f3dd6

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

Patch

diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
index 4b7d1e5d003c..e8f04687a3e0 100644
--- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml
+++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
@@ -49,7 +49,7 @@  properties:
     description:
       Reference to an nvmem node for the MAC address
 
-  nvmem-cells-names:
+  nvmem-cell-names:
     const: mac-address
 
   phy-connection-type: