[PATCH][next] HID: Kconfig: Fix spelling mistake "enthropy" -> "entropy"

Colin Ian King posted 1 patch 2 months, 1 week ago
drivers/hid/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] HID: Kconfig: Fix spelling mistake "enthropy" -> "entropy"
Posted by Colin Ian King 2 months, 1 week ago
There is a spelling mistake in the HID_U2FZERO description. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/hid/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index a57901203aeb..79997553d8f9 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -1243,7 +1243,7 @@ config HID_U2FZERO
 
 	  U2F Zero supports custom commands for blinking the LED
 	  and getting data from the internal hardware RNG.
-	  The internal hardware can be used to feed the enthropy pool.
+	  The internal hardware can be used to feed the entropy pool.
 
 	  U2F Zero only supports blinking its LED, so this driver doesn't
 	  allow setting the brightness to anything but 1, which will
-- 
2.50.0
Re: [PATCH][next] HID: Kconfig: Fix spelling mistake "enthropy" -> "entropy"
Posted by Jiri Kosina 1 month, 3 weeks ago
On Thu, 24 Jul 2025, Colin Ian King wrote:

> There is a spelling mistake in the HID_U2FZERO description. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/hid/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
> index a57901203aeb..79997553d8f9 100644
> --- a/drivers/hid/Kconfig
> +++ b/drivers/hid/Kconfig
> @@ -1243,7 +1243,7 @@ config HID_U2FZERO
>  
>  	  U2F Zero supports custom commands for blinking the LED
>  	  and getting data from the internal hardware RNG.
> -	  The internal hardware can be used to feed the enthropy pool.
> +	  The internal hardware can be used to feed the entropy pool.
>  
>  	  U2F Zero only supports blinking its LED, so this driver doesn't
>  	  allow setting the brightness to anything but 1, which will

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs