linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] HID: hid-universal-pidff: Fix spelling mistake "sucessfully" -> "successfully"
@ 2025-02-12 12:23 Colin Ian King
  2025-02-12 13:30 ` Tomasz Pakuła
  2025-02-18 21:05 ` Jiri Kosina
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2025-02-12 12:23 UTC (permalink / raw)
  To: Tomasz Pakuła, Oleg Makarenko, Jiri Kosina,
	Benjamin Tissoires, linux-input
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a hid_info message. Fix it.

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

diff --git a/drivers/hid/hid-universal-pidff.c b/drivers/hid/hid-universal-pidff.c
index 5b89ec7b5c26..001a0f5efb9d 100644
--- a/drivers/hid/hid-universal-pidff.c
+++ b/drivers/hid/hid-universal-pidff.c
@@ -104,7 +104,7 @@ static int universal_pidff_probe(struct hid_device *hdev,
 		goto err;
 	}
 
-	hid_info(hdev, "Universal pidff driver loaded sucessfully!");
+	hid_info(hdev, "Universal pidff driver loaded successfully!");
 
 	return 0;
 err:
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] HID: hid-universal-pidff: Fix spelling mistake "sucessfully" -> "successfully"
  2025-02-12 12:23 [PATCH][next] HID: hid-universal-pidff: Fix spelling mistake "sucessfully" -> "successfully" Colin Ian King
@ 2025-02-12 13:30 ` Tomasz Pakuła
  2025-02-18 21:05 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: Tomasz Pakuła @ 2025-02-12 13:30 UTC (permalink / raw)
  To: Colin Ian King, Oleg Makarenko, Jiri Kosina, Benjamin Tissoires,
	linux-input
  Cc: kernel-janitors, linux-kernel

On Wed, 2025-02-12 at 12:23 +0000, Colin Ian King wrote:
> There is a spelling mistake in a hid_info message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/hid/hid-universal-pidff.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hid/hid-universal-pidff.c b/drivers/hid/hid-universal-pidff.c
> index 5b89ec7b5c26..001a0f5efb9d 100644
> --- a/drivers/hid/hid-universal-pidff.c
> +++ b/drivers/hid/hid-universal-pidff.c
> @@ -104,7 +104,7 @@ static int universal_pidff_probe(struct hid_device *hdev,
>  		goto err;
>  	}
>  
> -	hid_info(hdev, "Universal pidff driver loaded sucessfully!");
> +	hid_info(hdev, "Universal pidff driver loaded successfully!");
>  
>  	return 0;
>  err:

Huh, I actually "fixed" that word recently but only added one missing
's'. It's a tricky word for sure :)

Applies cleanly on top of hid.git#for-6.15/pidff

Acked-by: Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] HID: hid-universal-pidff: Fix spelling mistake "sucessfully" -> "successfully"
  2025-02-12 12:23 [PATCH][next] HID: hid-universal-pidff: Fix spelling mistake "sucessfully" -> "successfully" Colin Ian King
  2025-02-12 13:30 ` Tomasz Pakuła
@ 2025-02-18 21:05 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2025-02-18 21:05 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Tomasz Pakuła, Oleg Makarenko, Benjamin Tissoires,
	linux-input, kernel-janitors, linux-kernel

On Wed, 12 Feb 2025, Colin Ian King wrote:

> There is a spelling mistake in a hid_info message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/hid/hid-universal-pidff.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hid/hid-universal-pidff.c b/drivers/hid/hid-universal-pidff.c
> index 5b89ec7b5c26..001a0f5efb9d 100644
> --- a/drivers/hid/hid-universal-pidff.c
> +++ b/drivers/hid/hid-universal-pidff.c
> @@ -104,7 +104,7 @@ static int universal_pidff_probe(struct hid_device *hdev,
>  		goto err;
>  	}
>  
> -	hid_info(hdev, "Universal pidff driver loaded sucessfully!");
> +	hid_info(hdev, "Universal pidff driver loaded successfully!");
>  

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-18 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12 12:23 [PATCH][next] HID: hid-universal-pidff: Fix spelling mistake "sucessfully" -> "successfully" Colin Ian King
2025-02-12 13:30 ` Tomasz Pakuła
2025-02-18 21:05 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).