[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241108202548.140511-2-xandfury@gmail.com>
Date: Fri, 8 Nov 2024 13:25:48 -0700
From: Abhinav Saxena <xandfury@...il.com>
To: linux-kernel-mentees@...ts.linuxfoundation.org,
intel-wired-lan@...ts.osuosl.org,
netdev@...r.kernel.org,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-rdma@...r.kernel.org,
rds-devel@....oracle.com
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>,
Przemek Kitszel <przemyslaw.kitszel@...el.com>,
"David S . Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Simon Horman <horms@...nel.org>,
Jonathan Corbet <corbet@....net>,
Saeed Mahameed <saeedm@...dia.com>,
Leon Romanovsky <leon@...nel.org>,
Tariq Toukan <tariqt@...dia.com>,
Allison Henderson <allison.henderson@...cle.com>,
Russell King <linux@...linux.org.uk>,
Dragos Tatulea <dtatulea@...dia.com>,
Rahul Rameshbabu <rrameshbabu@...dia.com>,
Abhinav Saxena <xandfury@...il.com>
Subject: [PATCH 2/2] docs: net: Fix sfp-phylink whitespace
Remove trailing whitespace from sfp-phylink.rst documentation. Trailing
whitespace can cause diff formatting issues and violate kernel coding style
guidelines. This is a trivial cleanup with no content changes.
Signed-off-by: Abhinav Saxena <xandfury@...il.com>
---
Documentation/networking/sfp-phylink.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/networking/sfp-phylink.rst b/Documentation/networking/sfp-phylink.rst
index 5bf285d73e8a..4ce46aef6568 100644
--- a/Documentation/networking/sfp-phylink.rst
+++ b/Documentation/networking/sfp-phylink.rst
@@ -142,7 +142,7 @@ this documentation.
const struct ethtool_link_ksettings *cmd)
{
struct foo_priv *priv = netdev_priv(dev);
-
+
return phylink_ethtool_ksettings_set(priv->phylink, cmd);
}
@@ -150,7 +150,7 @@ this documentation.
struct ethtool_link_ksettings *cmd)
{
struct foo_priv *priv = netdev_priv(dev);
-
+
return phylink_ethtool_ksettings_get(priv->phylink, cmd);
}
--
2.34.1
Powered by blists - more mailing lists