linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: typec: Fix a typo
@ 2021-03-25  5:10 Bhaskar Chowdhury
  2021-03-25  7:40 ` Heikki Krogerus
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-25  5:10 UTC (permalink / raw)
  To: heikki.krogerus, gregkh, hdegoede, linux, abhilash.k.v, mrana,
	lee.jones, bberg, linux-usb, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/Acknowlege/Acknowledge/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/usb/typec/ucsi/ucsi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/typec/ucsi/ucsi.c b/drivers/usb/typec/ucsi/ucsi.c
index 244270755ae6..282c3c825c13 100644
--- a/drivers/usb/typec/ucsi/ucsi.c
+++ b/drivers/usb/typec/ucsi/ucsi.c
@@ -63,7 +63,7 @@ static int ucsi_read_error(struct ucsi *ucsi)
 	u16 error;
 	int ret;

-	/* Acknowlege the command that failed */
+	/* Acknowledge the command that failed */
 	ret = ucsi_acknowledge_command(ucsi);
 	if (ret)
 		return ret;
--
2.30.1


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

* Re: [PATCH] usb: typec: Fix a typo
  2021-03-25  5:10 [PATCH] usb: typec: Fix a typo Bhaskar Chowdhury
@ 2021-03-25  7:40 ` Heikki Krogerus
  0 siblings, 0 replies; 2+ messages in thread
From: Heikki Krogerus @ 2021-03-25  7:40 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: gregkh, hdegoede, linux, abhilash.k.v, mrana, lee.jones, bberg,
	linux-usb, linux-kernel, rdunlap

On Thu, Mar 25, 2021 at 10:40:23AM +0530, Bhaskar Chowdhury wrote:
> 
> s/Acknowlege/Acknowledge/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>

> ---
>  drivers/usb/typec/ucsi/ucsi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/typec/ucsi/ucsi.c b/drivers/usb/typec/ucsi/ucsi.c
> index 244270755ae6..282c3c825c13 100644
> --- a/drivers/usb/typec/ucsi/ucsi.c
> +++ b/drivers/usb/typec/ucsi/ucsi.c
> @@ -63,7 +63,7 @@ static int ucsi_read_error(struct ucsi *ucsi)
>  	u16 error;
>  	int ret;
> 
> -	/* Acknowlege the command that failed */
> +	/* Acknowledge the command that failed */
>  	ret = ucsi_acknowledge_command(ucsi);
>  	if (ret)
>  		return ret;
> --
> 2.30.1

-- 
heikki

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

end of thread, other threads:[~2021-03-25  7:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  5:10 [PATCH] usb: typec: Fix a typo Bhaskar Chowdhury
2021-03-25  7:40 ` Heikki Krogerus

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).