[PATCH] thunderbolt: Fix spelling mistake "simultaneusly" -> "simultaneously"

Colin Ian King posted 1 patch 3 years, 7 months ago
Documentation/ABI/testing/sysfs-bus-thunderbolt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] thunderbolt: Fix spelling mistake "simultaneusly" -> "simultaneously"
Posted by Colin Ian King 3 years, 7 months ago
There are spelling mistakes in the thunderbolt sysfs documentation.
Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 Documentation/ABI/testing/sysfs-bus-thunderbolt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-bus-thunderbolt b/Documentation/ABI/testing/sysfs-bus-thunderbolt
index f7570c240ce8..76ab3e1fe374 100644
--- a/Documentation/ABI/testing/sysfs-bus-thunderbolt
+++ b/Documentation/ABI/testing/sysfs-bus-thunderbolt
@@ -153,7 +153,7 @@ Date:		Jan 2020
 KernelVersion:	5.5
 Contact:	Mika Westerberg <mika.westerberg@linux.intel.com>
 Description:	This attribute reports number of RX lanes the device is
-		using simultaneusly through its upstream port.
+		using simultaneously through its upstream port.
 
 What:		/sys/bus/thunderbolt/devices/.../tx_speed
 Date:		Jan 2020
@@ -167,7 +167,7 @@ Date:		Jan 2020
 KernelVersion:	5.5
 Contact:	Mika Westerberg <mika.westerberg@linux.intel.com>
 Description:	This attribute reports number of TX lanes the device is
-		using simultaneusly through its upstream port.
+		using simultaneously through its upstream port.
 
 What:		/sys/bus/thunderbolt/devices/.../vendor
 Date:		Sep 2017
-- 
2.37.1
Re: [PATCH] thunderbolt: Fix spelling mistake "simultaneusly" -> "simultaneously"
Posted by Mika Westerberg 3 years, 7 months ago
On Tue, Sep 06, 2022 at 03:05:52PM +0100, Colin Ian King wrote:
> There are spelling mistakes in the thunderbolt sysfs documentation.
> Fix them.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

It seems I have an issue writing this particular word ;-)

Applied to thunderbolt.git/next, thanks!