diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-06 05:55:44 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-08 01:39:29 +0300 |
commit | 1a4d681634fad302157afcb53a178c4c59cb75ee (patch) | |
tree | c2c4a33772292d9c97184862197d31d91b5190ed /Documentation/networking/ethtool-netlink.rst | |
parent | 1814cff26739de7d02db6193bc620d0a4bdea676 (diff) | |
download | linux-1a4d681634fad302157afcb53a178c4c59cb75ee.tar.xz |
Documentation: networking: fix ethtool-netlink table formats
Fix table formatting to eliminate warnings.
Documentation/networking/ethtool-netlink.rst:509: WARNING: Malformed table.
Documentation/networking/ethtool-netlink.rst:522: WARNING: Malformed table.
Documentation/networking/ethtool-netlink.rst:543: WARNING: Malformed table.
Documentation/networking/ethtool-netlink.rst:555: WARNING: Malformed table.
Documentation/networking/ethtool-netlink.rst:591: WARNING: Malformed table.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
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 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Documentation/networking/ethtool-netlink.rst b/Documentation/networking/ethtool-netlink.rst index 396390f4936b..459a0d11cfde 100644 --- a/Documentation/networking/ethtool-netlink.rst +++ b/Documentation/networking/ethtool-netlink.rst @@ -506,13 +506,13 @@ Link extended states: power required from cable or module ``ETHTOOL_LINK_EXT_STATE_OVERHEAT`` The module is overheated - ================================================= ============================================ + ================================================ ============================================ Link extended substates: Autoneg substates: - ============================================================== ================================ + =============================================================== ================================ ``ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED`` Peer side is down ``ETHTOOL_LINK_EXT_SUBSTATE_AN_ACK_NOT_RECEIVED`` Ack not received from peer side @@ -527,11 +527,11 @@ Link extended substates: in both sides are mismatched ``ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_HCD`` No Highest Common Denominator - ============================================================== ================================ + =============================================================== ================================ Link training substates: - ========================================================================== ==================== + =========================================================================== ==================== ``ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_FRAME_LOCK_NOT_ACQUIRED`` Frames were not recognized, the lock failed @@ -547,11 +547,11 @@ Link extended substates: ``ETHTOOL_LINK_EXT_SUBSTATE_LT_REMOTE_FAULT`` Remote side is not ready yet - ========================================================================== ==================== + =========================================================================== ==================== Link logical mismatch substates: - =============================================================== =============================== + ================================================================ =============================== ``ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_BLOCK_LOCK`` Physical coding sublayer was not locked in first phase - block lock @@ -568,7 +568,7 @@ Link extended substates: ``ETHTOOL_LINK_EXT_SUBSTATE_LLM_RS_FEC_IS_NOT_LOCKED`` RS forward error correction is not locked - =============================================================== =============================== + ================================================================ =============================== Bad signal integrity substates: @@ -585,11 +585,11 @@ Link extended substates: Cable issue substates: - ================================================== ============================================ + =================================================== ============================================ ``ETHTOOL_LINK_EXT_SUBSTATE_CI_UNSUPPORTED_CABLE`` Unsupported cable ``ETHTOOL_LINK_EXT_SUBSTATE_CI_CABLE_TEST_FAILURE`` Cable test failure - ================================================== ============================================ + =================================================== ============================================ DEBUG_GET ========= |