All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: Fix comment typo
@ 2022-07-25  4:29 Jason Wang
  2022-07-29  9:37 ` Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-07-25  4:29 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: hdegoede, linux-input, linux-kernel, Jason Wang

The double `we' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/input/touchscreen/chipone_icn8505.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/touchscreen/chipone_icn8505.c b/drivers/input/touchscreen/chipone_icn8505.c
index f9ca5502ac8c..ea98657e6e49 100644
--- a/drivers/input/touchscreen/chipone_icn8505.c
+++ b/drivers/input/touchscreen/chipone_icn8505.c
@@ -285,7 +285,7 @@ static int icn8505_upload_fw(struct icn8505_data *icn8505)
 
 	/*
 	 * Always load the firmware, even if we don't need it at boot, we
-	 * we may need it at resume. Having loaded it once will make the
+	 * may need it at resume. Having loaded it once will make the
 	 * firmware class code cache it at suspend/resume.
 	 */
 	error = firmware_request_platform(&fw, icn8505->firmware_name, dev);
-- 
2.35.1


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

* Re: [PATCH] Input: Fix comment typo
  2022-07-25  4:29 [PATCH] Input: Fix comment typo Jason Wang
@ 2022-07-29  9:37 ` Hans de Goede
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2022-07-29  9:37 UTC (permalink / raw)
  To: Jason Wang, dmitry.torokhov; +Cc: linux-input, linux-kernel

Hi,

On 7/25/22 06:29, Jason Wang wrote:
> The double `we' is duplicated in the comment, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>

Thanks, patch looks good to me:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

Regards,

Hans


> ---
>  drivers/input/touchscreen/chipone_icn8505.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/touchscreen/chipone_icn8505.c b/drivers/input/touchscreen/chipone_icn8505.c
> index f9ca5502ac8c..ea98657e6e49 100644
> --- a/drivers/input/touchscreen/chipone_icn8505.c
> +++ b/drivers/input/touchscreen/chipone_icn8505.c
> @@ -285,7 +285,7 @@ static int icn8505_upload_fw(struct icn8505_data *icn8505)
>  
>  	/*
>  	 * Always load the firmware, even if we don't need it at boot, we
> -	 * we may need it at resume. Having loaded it once will make the
> +	 * may need it at resume. Having loaded it once will make the
>  	 * firmware class code cache it at suspend/resume.
>  	 */
>  	error = firmware_request_platform(&fw, icn8505->firmware_name, dev);


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

end of thread, other threads:[~2022-07-29  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25  4:29 [PATCH] Input: Fix comment typo Jason Wang
2022-07-29  9:37 ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.