[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230609214346.1605106-11-kuba@kernel.org>
Date: Fri, 9 Jun 2023 14:43:44 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
edumazet@...gle.com,
pabeni@...hat.com,
sdf@...gle.com,
Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net-next 10/12] netlink: specs: ethtool: mark pads as pads
Pad is a separate type. Even though in practice they can
only be a u32 the value should be discarded.
Signed-off-by: Jakub Kicinski <kuba@...nel.org>
---
Documentation/netlink/specs/ethtool.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml
index 00c1ab04b857..837b565577ca 100644
--- a/Documentation/netlink/specs/ethtool.yaml
+++ b/Documentation/netlink/specs/ethtool.yaml
@@ -502,7 +502,7 @@ doc: Partial family for Ethtool Netlink.
attributes:
-
name: pad
- type: u32
+ type: pad
-
name: tx-frames
type: u64
@@ -720,7 +720,7 @@ doc: Partial family for Ethtool Netlink.
attributes:
-
name: pad
- type: u8
+ type: pad
-
name: corrected
type: binary
@@ -784,7 +784,7 @@ doc: Partial family for Ethtool Netlink.
attributes:
-
name: pad
- type: u32
+ type: pad
-
name: id
type: u32
@@ -830,7 +830,7 @@ doc: Partial family for Ethtool Netlink.
attributes:
-
name: pad
- type: u32
+ type: pad
-
name: header
type: nest
--
2.40.1
Powered by blists - more mailing lists