mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:02:20 +00:00
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@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
709d0c3b3d
commit
68335713d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user