Skip to content

Commit 58e898a

Browse files
kuba-moodavem330
authored andcommitted
docs: networking: fix extra spaces in ethtool-netlink
Sphinx appears to get upset at extra spaces at the end of a literal: Documentation/networking/ethtool-netlink.rst:1032: WARNING: Inline literal start-string without end-string. Documentation/networking/ethtool-netlink.rst:1034: WARNING: Inline literal start-string without end-string. Documentation/networking/ethtool-netlink.rst:1036: WARNING: Inline literal start-string without end-string. Documentation/networking/ethtool-netlink.rst:1089: WARNING: Inline literal start-string without end-string. Documentation/networking/ethtool-netlink.rst:1091: WARNING: Inline literal start-string without end-string. Documentation/networking/ethtool-netlink.rst:1093: WARNING: Inline literal start-string without end-string. Fixes: f2bc8ad ("net: ethtool: Allow PHY cable test TDR data to configured") Fixes: a331172 ("net: ethtool: Add attributes for cable test TDR data") Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 014406b commit 58e898a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/networking/ethtool-netlink.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,11 +1028,11 @@ Request contents:
10281028
+--------------------------------------------+--------+-----------------------+
10291029
| ``ETHTOOL_A_CABLE_TEST_TDR_CFG`` | nested | test configuration |
10301030
+-+------------------------------------------+--------+-----------------------+
1031-
| | ``ETHTOOL_A_CABLE_STEP_FIRST_DISTANCE `` | u32 | first data distance |
1031+
| | ``ETHTOOL_A_CABLE_STEP_FIRST_DISTANCE`` | u32 | first data distance |
10321032
+-+-+----------------------------------------+--------+-----------------------+
1033-
| | ``ETHTOOL_A_CABLE_STEP_LAST_DISTANCE `` | u32 | last data distance |
1033+
| | ``ETHTOOL_A_CABLE_STEP_LAST_DISTANCE`` | u32 | last data distance |
10341034
+-+-+----------------------------------------+--------+-----------------------+
1035-
| | ``ETHTOOL_A_CABLE_STEP_STEP_DISTANCE `` | u32 | distance of each step |
1035+
| | ``ETHTOOL_A_CABLE_STEP_STEP_DISTANCE`` | u32 | distance of each step |
10361036
+-+-+----------------------------------------+--------+-----------------------+
10371037
| | ``ETHTOOL_A_CABLE_TEST_TDR_CFG_PAIR`` | u8 | pair to test |
10381038
+-+-+----------------------------------------+--------+-----------------------+
@@ -1085,11 +1085,11 @@ used to report the amplitude of the reflection for a given pair.
10851085
+-+-+-----------------------------------------+--------+----------------------+
10861086
| | ``ETHTOOL_A_CABLE_NEST_STEP`` | nested | TDR step info |
10871087
+-+-+-----------------------------------------+--------+----------------------+
1088-
| | | ``ETHTOOL_A_CABLE_STEP_FIRST_DISTANCE ``| u32 | First data distance |
1088+
| | | ``ETHTOOL_A_CABLE_STEP_FIRST_DISTANCE`` | u32 | First data distance |
10891089
+-+-+-----------------------------------------+--------+----------------------+
1090-
| | | ``ETHTOOL_A_CABLE_STEP_LAST_DISTANCE `` | u32 | Last data distance |
1090+
| | | ``ETHTOOL_A_CABLE_STEP_LAST_DISTANCE`` | u32 | Last data distance |
10911091
+-+-+-----------------------------------------+--------+----------------------+
1092-
| | | ``ETHTOOL_A_CABLE_STEP_STEP_DISTANCE `` | u32 | distance of each step|
1092+
| | | ``ETHTOOL_A_CABLE_STEP_STEP_DISTANCE`` | u32 | distance of each step|
10931093
+-+-+-----------------------------------------+--------+----------------------+
10941094
| | ``ETHTOOL_A_CABLE_TDR_NEST_AMPLITUDE`` | nested | Reflection amplitude |
10951095
+-+-+-----------------------------------------+--------+----------------------+

0 commit comments

Comments
 (0)