Skip to content

Commit

Permalink
docs: ethtool: fix some copy-paste errors
Browse files Browse the repository at this point in the history
Fix incorrect documentation. Mostly referring to other objects,
likely because the text was copied and not adjusted.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jakub Kicinski authored and David S. Miller committed Apr 6, 2021
1 parent cca8ea3 commit 5219d60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Documentation/networking/ethtool-netlink.rst
Original file line number Diff line number Diff line change
Expand Up @@ -976,9 +976,9 @@ constraints on coalescing parameters and their values.


PAUSE_GET
============
=========

Gets channel counts like ``ETHTOOL_GPAUSE`` ioctl request.
Gets pause frame settings like ``ETHTOOL_GPAUSEPARAM`` ioctl request.

Request contents:

Expand Down Expand Up @@ -1007,7 +1007,7 @@ the statistics in the following structure:
Each member has a corresponding attribute defined.

PAUSE_SET
============
=========

Sets pause parameters like ``ETHTOOL_GPAUSEPARAM`` ioctl request.

Expand All @@ -1024,7 +1024,7 @@ Request contents:
EEE_GET
=======

Gets channel counts like ``ETHTOOL_GEEE`` ioctl request.
Gets Energy Efficient Ethernet settings like ``ETHTOOL_GEEE`` ioctl request.

Request contents:

Expand Down Expand Up @@ -1054,7 +1054,7 @@ first 32 are provided by the ``ethtool_ops`` callback.
EEE_SET
=======

Sets pause parameters like ``ETHTOOL_GEEEPARAM`` ioctl request.
Sets Energy Efficient Ethernet parameters like ``ETHTOOL_SEEE`` ioctl request.

Request contents:

Expand Down

0 comments on commit 5219d60

Please sign in to comment.