Blame SOURCES/0010-ethtool.8-Fix-formatting-of-advertise-bitmask.patch

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