From: Jakub Kicinski Date: Fri, 9 Jun 2023 21:43:44 +0000 (-0700) Subject: netlink: specs: ethtool: mark pads as pads X-Git-Tag: v6.6.7~2536^2~112^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68335713d2eaf8e3e064c584b39da45fdee6e365;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: David S. Miller --- diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml index 00c1ab0..837b565 100644 --- a/Documentation/netlink/specs/ethtool.yaml +++ b/Documentation/netlink/specs/ethtool.yaml @@ -502,7 +502,7 @@ attribute-sets: attributes: - name: pad - type: u32 + type: pad - name: tx-frames type: u64 @@ -720,7 +720,7 @@ attribute-sets: attributes: - name: pad - type: u8 + type: pad - name: corrected type: binary @@ -784,7 +784,7 @@ attribute-sets: attributes: - name: pad - type: u32 + type: pad - name: id type: u32 @@ -830,7 +830,7 @@ attribute-sets: attributes: - name: pad - type: u32 + type: pad - name: header type: nest