[PATCH net-next 10/10] netlink: specs: fix incorrect name-prefixes
From: Asbjørn Sloth Tønnesen
Date: Fri Sep 11 2026 - 17:51:49 EST
Fix two invalid name-prefixes in the specs:
- It's PHY_UPSTREAM_MAC, not PHY_UPSTREAMMAC.
- It's PHY_UPSTREAM_PHY, not PHY_UPSTREAMPHY.
- It's OVPN_MODE_P2P, not OVPN_MODEP2P.
- It's OVPN_MODE_MP, not OVPN_MODEMP.
Signed-off-by: Asbjørn Sloth Tønnesen <ast@xxxxxxxxxxx>
CC: Andrew Lunn <andrew@xxxxxxx>
CC: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
---
Documentation/netlink/specs/ethtool.yaml | 2 +-
Documentation/netlink/specs/rt-link.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml
index 6868eb473478..a66594ad9e73 100644
--- a/Documentation/netlink/specs/ethtool.yaml
+++ b/Documentation/netlink/specs/ethtool.yaml
@@ -99,7 +99,7 @@ definitions:
enum-name: phy-upstream
header: linux/ethtool.h
type: enum
- name-prefix: phy-upstream
+ name-prefix: phy-upstream-
entries: [mac, phy]
-
name: tcp-data-split
diff --git a/Documentation/netlink/specs/rt-link.yaml b/Documentation/netlink/specs/rt-link.yaml
index e8af962c8064..9743989ded2b 100644
--- a/Documentation/netlink/specs/rt-link.yaml
+++ b/Documentation/netlink/specs/rt-link.yaml
@@ -842,7 +842,7 @@ definitions:
-
name: ovpn-mode
enum-name: ovpn-mode
- name-prefix: ovpn-mode
+ name-prefix: ovpn-mode-
type: enum
entries:
- p2p
--
2.55.0