149f89
From f4578eaf711f3d5e15f3e5fdb98cce3ebae80a2b Mon Sep 17 00:00:00 2001
149f89
From: Gal Pressman <galp@mellanox.com>
149f89
Date: Thu, 28 Sep 2017 15:08:52 +0300
149f89
Subject: [PATCH 10/11] ethtool.8: Fix formatting of advertise bitmask
149f89
149f89
Fields should be separated with a tab instead of spaces.
149f89
Also, remove an accidental ' character from 2500baseX Full mode.
149f89
149f89
Fixes: 64dfc5e2f046 ("ethtool: Add support for 2500baseT/5000baseT link modes")
149f89
Signed-off-by: Gal Pressman <galp@mellanox.com>
149f89
Reviewed-by: Tariq Toukan <tariqt@mellanox.com>
149f89
Signed-off-by: John W. Linville <linville@tuxdriver.com>
149f89
(cherry picked from commit f35a4bcd55164495deb4eef0975a1623d760ff91)
149f89
---
149f89
 ethtool.8.in | 6 +++---
149f89
 1 file changed, 3 insertions(+), 3 deletions(-)
149f89
149f89
diff --git a/ethtool.8.in b/ethtool.8.in
149f89
index eb0f551..c7208ab 100644
149f89
--- a/ethtool.8.in
149f89
+++ b/ethtool.8.in
149f89
@@ -578,9 +578,9 @@ lB	l	lB.
149f89
 0x020	1000baseT Full
149f89
 0x20000	1000baseKX Full
149f89
 0x20000000000	1000baseX Full
149f89
-0x800000000000  2500baseT Full
149f89
-0x8000	2500baseX Full	(not supported by IEEE standards)'
149f89
-0x1000000000000  5000baseT Full
149f89
+0x800000000000	2500baseT Full
149f89
+0x8000	2500baseX Full	(not supported by IEEE standards)
149f89
+0x1000000000000	5000baseT Full
149f89
 0x1000	10000baseT Full
149f89
 0x40000	10000baseKX4 Full
149f89
 0x80000	10000baseKR Full
149f89
-- 
149f89
1.8.3.1
149f89