[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210325051023.27914-1-unixbhaskar@gmail.com>
Date: Thu, 25 Mar 2021 10:40:23 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: heikki.krogerus@...ux.intel.com, gregkh@...uxfoundation.org,
hdegoede@...hat.com, linux@...ck-us.net, abhilash.k.v@...el.com,
mrana@...eaurora.org, lee.jones@...aro.org, bberg@...hat.com,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] usb: typec: Fix a typo
s/Acknowlege/Acknowledge/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.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
Powered by blists - more mailing lists