[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210406225931.1846872-1-kuba@kernel.org>
Date: Tue, 6 Apr 2021 15:59:31 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, corbet@....net, linux-doc@...r.kernel.org,
mkubecek@...e.cz, andrew@...n.ch, Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net-next] docs: ethtool: correct quotes
Quotes to backticks. All commands use backticks since the names
are constants.
Signed-off-by: Jakub Kicinski <kuba@...nel.org>
---
Targeting net-next to avoid conflicts with upcoming patches.
Documentation/networking/ethtool-netlink.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/networking/ethtool-netlink.rst b/Documentation/networking/ethtool-netlink.rst
index dcb75c84c1ca..ce4a69f8308f 100644
--- a/Documentation/networking/ethtool-netlink.rst
+++ b/Documentation/networking/ethtool-netlink.rst
@@ -1433,7 +1433,7 @@ are netlink only.
``ETHTOOL_PHY_STUNABLE`` n/a
``ETHTOOL_GFECPARAM`` ``ETHTOOL_MSG_FEC_GET``
``ETHTOOL_SFECPARAM`` ``ETHTOOL_MSG_FEC_SET``
- n/a ''ETHTOOL_MSG_CABLE_TEST_ACT''
- n/a ''ETHTOOL_MSG_CABLE_TEST_TDR_ACT''
+ n/a ``ETHTOOL_MSG_CABLE_TEST_ACT``
+ n/a ``ETHTOOL_MSG_CABLE_TEST_TDR_ACT``
n/a ``ETHTOOL_MSG_TUNNEL_INFO_GET``
=================================== =====================================
--
2.30.2
Powered by blists - more mailing lists