2022-09-06 15:19:12

by Colin Ian King

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

There are spelling mistakes in the thunderbolt sysfs documentation.
Fix them.

Signed-off-by: Colin Ian King <[email protected]>
---
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 <[email protected]>
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 <[email protected]>
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


2022-09-07 06:28:22

by Mika Westerberg

[permalink] [raw]
Subject: Re: [PATCH] thunderbolt: Fix spelling mistake "simultaneusly" -> "simultaneously"

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 <[email protected]>

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

Applied to thunderbolt.git/next, thanks!