diff options
author | Ido Schimmel <idosch@nvidia.com> | 2021-06-22 08:50:47 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-22 19:40:54 +0200 |
commit | 913d026fbfaf114ff87afcc77fa4e9309f87f114 (patch) | |
tree | d75906e5b59f1fd84f9203bd23e492762c2ccfda /Documentation/networking/ethtool-netlink.rst | |
parent | ethtool: Use correct command name in title (diff) | |
download | linux-913d026fbfaf114ff87afcc77fa4e9309f87f114.tar.xz linux-913d026fbfaf114ff87afcc77fa4e9309f87f114.zip |
ethtool: Document correct attribute type
'ETHTOOL_A_MODULE_EEPROM_DATA' is a binary attribute, not a nested one.
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/ethtool-netlink.rst')
-rw-r--r-- | Documentation/networking/ethtool-netlink.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/ethtool-netlink.rst b/Documentation/networking/ethtool-netlink.rst index c3600f9c8988..8ae644f800f0 100644 --- a/Documentation/networking/ethtool-netlink.rst +++ b/Documentation/networking/ethtool-netlink.rst @@ -1388,7 +1388,7 @@ Kernel response contents: +---------------------------------------------+--------+---------------------+ | ``ETHTOOL_A_MODULE_EEPROM_HEADER`` | nested | reply header | +---------------------------------------------+--------+---------------------+ - | ``ETHTOOL_A_MODULE_EEPROM_DATA`` | nested | array of bytes from | + | ``ETHTOOL_A_MODULE_EEPROM_DATA`` | binary | array of bytes from | | | | module EEPROM | +---------------------------------------------+--------+---------------------+ |