diff options
author | Ido Schimmel <idosch@nvidia.com> | 2021-06-22 09:50:46 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-22 20:40:54 +0300 |
commit | 78c57f22e3c87ab0a2844d7c9a120eba51ae34f4 (patch) | |
tree | 1e5265109dd0c4f36136c9e8dab74b5bb7bdcb54 /Documentation/networking/ethtool-netlink.rst | |
parent | 98534fce52efc76d961f5fe4188a97a5db93c7dd (diff) | |
download | linux-78c57f22e3c87ab0a2844d7c9a120eba51ae34f4.tar.xz |
ethtool: Use correct command name in title
The command is called 'ETHTOOL_MSG_MODULE_EEPROM_GET', not
'ETHTOOL_MSG_MODULE_EEPROM'.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/ethtool-netlink.rst b/Documentation/networking/ethtool-netlink.rst index 25131df3c2bd..c3600f9c8988 100644 --- a/Documentation/networking/ethtool-netlink.rst +++ b/Documentation/networking/ethtool-netlink.rst @@ -1363,8 +1363,8 @@ in an implementation specific way. ``ETHTOOL_A_FEC_AUTO`` requests the driver to choose FEC mode based on SFP module parameters. This does not mean autonegotiation. -MODULE_EEPROM -============= +MODULE_EEPROM_GET +================= Fetch module EEPROM data dump. This interface is designed to allow dumps of at most 1/2 page at once. This |