Message ID | 20210406225931.1846872-1-kuba@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 0b35e0deb5bee7d4882356d6663522c1562a8321 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] docs: ethtool: correct quotes | expand |
Context | Check | Description |
---|---|---|
netdev/apply | success | Patch already applied to net-next |
netdev/tree_selection | success | Clearly marked for net-next |
On Tue, Apr 06, 2021 at 03:59:31PM -0700, Jakub Kicinski wrote: > Quotes to backticks. All commands use backticks since the names > are constants. > > Signed-off-by: Jakub Kicinski <kuba@kernel.org> Upps. Sorry. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Andrew
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 6 Apr 2021 15:59:31 -0700 you wrote: > Quotes to backticks. All commands use backticks since the names > are constants. > > Signed-off-by: Jakub Kicinski <kuba@kernel.org> > --- > Targeting net-next to avoid conflicts with upcoming patches. > > [...] Here is the summary with links: - [net-next] docs: ethtool: correct quotes https://git.kernel.org/netdev/net-next/c/0b35e0deb5be You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
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`` =================================== =====================================
Quotes to backticks. All commands use backticks since the names are constants. Signed-off-by: Jakub Kicinski <kuba@kernel.org> --- Targeting net-next to avoid conflicts with upcoming patches. Documentation/networking/ethtool-netlink.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)