]> git.baikalelectronics.ru Git - kernel.git/commit
docs: networking: fix extra spaces in ethtool-netlink
authorJakub Kicinski <kuba@kernel.org>
Wed, 10 Jun 2020 22:36:48 +0000 (15:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Jun 2020 23:38:31 +0000 (16:38 -0700)
commit5f99187d81c11a0135a7c659b90b4d7c7ba3c48f
tree8fb642aa4145f3b47cefc1b3fbd5f8b243ed458d
parent61fcc6621f98e02ea1f46b1671176a85da7ea49a
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: 1c100e423b10 ("net: ethtool: Allow PHY cable test TDR data to configured")
Fixes: 46f8e9d360cc ("net: ethtool: Add attributes for cable test TDR data")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ethtool-netlink.rst