Skip to content

Commit 9297886

Browse files
kmaincentkuba-moo
authored andcommitted
Documentation: networking: Fix missing PSE documentation and grammar issues
Fix a missing end of phrase in the documentation. It describes the ETHTOOL_A_C33_PSE_ACTUAL_PW attribute, which was not fully explained. Also, fix grammar issues by using simple present tense instead of present continuous. Reviewed-by: Oleksij Rempel <[email protected]> Signed-off-by: Kory Maincent <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 7fd551a commit 9297886

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Documentation/networking/ethtool-netlink.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,7 @@ Kernel response contents:
17681768
When set, the optional ``ETHTOOL_A_PODL_PSE_ADMIN_STATE`` attribute identifies
17691769
the operational state of the PoDL PSE functions. The operational state of the
17701770
PSE function can be changed using the ``ETHTOOL_A_PODL_PSE_ADMIN_CONTROL``
1771-
action. This option is corresponding to ``IEEE 802.3-2018`` 30.15.1.1.2
1771+
action. This attribute corresponds to ``IEEE 802.3-2018`` 30.15.1.1.2
17721772
aPoDLPSEAdminState. Possible values are:
17731773

17741774
.. kernel-doc:: include/uapi/linux/ethtool.h
@@ -1782,8 +1782,8 @@ The same goes for ``ETHTOOL_A_C33_PSE_ADMIN_STATE`` implementing
17821782

17831783
When set, the optional ``ETHTOOL_A_PODL_PSE_PW_D_STATUS`` attribute identifies
17841784
the power detection status of the PoDL PSE. The status depend on internal PSE
1785-
state machine and automatic PD classification support. This option is
1786-
corresponding to ``IEEE 802.3-2018`` 30.15.1.1.3 aPoDLPSEPowerDetectionStatus.
1785+
state machine and automatic PD classification support. This attribute
1786+
corresponds to ``IEEE 802.3-2018`` 30.15.1.1.3 aPoDLPSEPowerDetectionStatus.
17871787
Possible values are:
17881788

17891789
.. kernel-doc:: include/uapi/linux/ethtool.h
@@ -1797,12 +1797,13 @@ The same goes for ``ETHTOOL_A_C33_PSE_ADMIN_PW_D_STATUS`` implementing
17971797

17981798
When set, the optional ``ETHTOOL_A_C33_PSE_PW_CLASS`` attribute identifies
17991799
the power class of the C33 PSE. It depends on the class negotiated between
1800-
the PSE and the PD. This option is corresponding to ``IEEE 802.3-2022``
1800+
the PSE and the PD. This attribute corresponds to ``IEEE 802.3-2022``
18011801
30.9.1.1.8 aPSEPowerClassification.
18021802

18031803
When set, the optional ``ETHTOOL_A_C33_PSE_ACTUAL_PW`` attribute identifies
1804-
This option is corresponding to ``IEEE 802.3-2022`` 30.9.1.1.23 aPSEActualPower.
1805-
Actual power is reported in mW.
1804+
the actual power drawn by the C33 PSE. This attribute corresponds to
1805+
``IEEE 802.3-2022`` 30.9.1.1.23 aPSEActualPower. Actual power is reported
1806+
in mW.
18061807

18071808
When set, the optional ``ETHTOOL_A_C33_PSE_EXT_STATE`` attribute identifies
18081809
the extended error state of the C33 PSE. Possible values are:
@@ -1851,7 +1852,7 @@ Request contents:
18511852
====================================== ====== =============================
18521853

18531854
When set, the optional ``ETHTOOL_A_PODL_PSE_ADMIN_CONTROL`` attribute is used
1854-
to control PoDL PSE Admin functions. This option is implementing
1855+
to control PoDL PSE Admin functions. This option implements
18551856
``IEEE 802.3-2018`` 30.15.1.2.1 acPoDLPSEAdminControl. See
18561857
``ETHTOOL_A_PODL_PSE_ADMIN_STATE`` for supported values.
18571858

0 commit comments

Comments
 (0)