aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool
diff options
context:
space:
mode:
authorWilliam Dean <williamsukatube@gmail.com>2022-07-23 15:32:22 +0800
committerJakub Kicinski <kuba@kernel.org>2022-07-25 19:38:31 -0700
commitaa246499bb5f44bf4822ff1966213c14912c732c (patch)
treed6f09d118d3ee6b52585d8836eb4919de39cc972 /net/ethtool
parent2baf8ba532a12579a090d79d4522b9ec324073d5 (diff)
downloadlinux-aa246499bb5f44bf4822ff1966213c14912c732c.tar.gz
net: delete extra space and tab in blank line
delete extra space and tab in blank line, there is no functional change. Reported-by: Hacash Robot <hacashRobot@santino.com> Signed-off-by: William Dean <williamsukatube@gmail.com> Link: https://lore.kernel.org/r/20220723073222.2961602-1-williamsukatube@163.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/ethtool')
-rw-r--r--net/ethtool/cabletest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethtool/cabletest.c b/net/ethtool/cabletest.c
index 920aac02fe390..06a151165c31c 100644
--- a/net/ethtool/cabletest.c
+++ b/net/ethtool/cabletest.c
@@ -356,7 +356,7 @@ out_dev_put:
ethnl_parse_header_dev_put(&req_info);
return ret;
}
-
+
int ethnl_cable_test_amplitude(struct phy_device *phydev,
u8 pair, s16 mV)
{