2020-06-02 12:30:35

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH] thunderbolt: Improve USB4 config symbol help text

Fix the spelling of "specification", and add a missing "the" article.

Fixes: 690ac0d20d4022bb ("thunderbolt: Update Kconfig entries to USB4")
Signed-off-by: Geert Uytterhoeven <[email protected]>
---
drivers/thunderbolt/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/thunderbolt/Kconfig b/drivers/thunderbolt/Kconfig
index f02010738bb66246..daa9bb52fc77db81 100644
--- a/drivers/thunderbolt/Kconfig
+++ b/drivers/thunderbolt/Kconfig
@@ -8,8 +8,8 @@ menuconfig USB4
select CRYPTO_HASH
select NVMEM
help
- USB4 and Thunderbolt driver. USB4 is the public speficiation
- based on Thunderbolt 3 protocol. This driver is required if
+ USB4 and Thunderbolt driver. USB4 is the public specification
+ based on the Thunderbolt 3 protocol. This driver is required if
you want to hotplug Thunderbolt and USB4 compliant devices on
Apple hardware or on PCs with Intel Falcon Ridge or newer.

--
2.17.1


2020-06-04 06:00:52

by Mika Westerberg

[permalink] [raw]
Subject: Re: [PATCH] thunderbolt: Improve USB4 config symbol help text

Hi,

On Tue, Jun 02, 2020 at 02:28:15PM +0200, Geert Uytterhoeven wrote:
> Fix the spelling of "specification", and add a missing "the" article.
>
> Fixes: 690ac0d20d4022bb ("thunderbolt: Update Kconfig entries to USB4")

Maybe Fixes tag here is too strong. It is simply fixing a typo :)

I will pick this one up once v5.8-rc1 is released and drop the Fixes tag.

2020-06-15 11:44:34

by Mika Westerberg

[permalink] [raw]
Subject: Re: [PATCH] thunderbolt: Improve USB4 config symbol help text

On Tue, Jun 02, 2020 at 02:28:15PM +0200, Geert Uytterhoeven wrote:
> Fix the spelling of "specification", and add a missing "the" article.
>
> Fixes: 690ac0d20d4022bb ("thunderbolt: Update Kconfig entries to USB4")
> Signed-off-by: Geert Uytterhoeven <[email protected]>

Applied to thunderbolt.git/next, thanks!