[PATCH] ynl: ethtool: remove duplicated unspec entry
From: Hangbin Liu
Date: Tue Mar 10 2026 - 23:29:49 EST
There is a duplicated unspec entry. Remove it.
Fixes: 0187e602c03c ("ynl: add missing pieces to ethtool spec to better match uapi header")
Signed-off-by: Hangbin Liu <liuhangbin@xxxxxxxxx>
---
Documentation/netlink/specs/ethtool.yaml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml
index 0a2d2343f79a..f47e9e68889a 100644
--- a/Documentation/netlink/specs/ethtool.yaml
+++ b/Documentation/netlink/specs/ethtool.yaml
@@ -306,10 +306,6 @@ attribute-sets:
name: strings
attr-cnt-name: __ethtool-a-strings-cnt
attributes:
- -
- name: unspec
- type: unused
- value: 0
-
name: unspec
type: unused
---
base-commit: 73aefba4e2eb713cf7bc4ad83cfc9b5d4f966f6d
change-id: 20260311-b4-drop_dup_unspec-2d316fa82d51
Best regards,
--
Hangbin Liu <liuhangbin@xxxxxxxxx>