aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhaskar Chowdhury <[email protected]>2021-03-25 10:40:23 +0530
committerGreg Kroah-Hartman <[email protected]>2021-03-26 14:26:47 +0100
commit2665a13a3e9ef3d08b9ac4b48328ddfba9126987 (patch)
tree37fd6e13ca52f4ad16347165f1f5117918a24161
parent049d3db625a652e23488db88b6104de4d5b62f16 (diff)
usb: typec: Fix a typo
s/Acknowlege/Acknowledge/ Reviewed-by: Heikki Krogerus <[email protected]> Signed-off-by: Bhaskar Chowdhury <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/usb/typec/ucsi/ucsi.c2
1 files changed, 1 insertions, 1 deletions
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;