diff options
author | 2021-03-25 10:40:23 +0530 | |
---|---|---|
committer | 2021-03-26 14:26:47 +0100 | |
commit | 2665a13a3e9ef3d08b9ac4b48328ddfba9126987 (patch) | |
tree | 37fd6e13ca52f4ad16347165f1f5117918a24161 | |
parent | usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard (v1) (diff) | |
download | linux-dev-2665a13a3e9ef3d08b9ac4b48328ddfba9126987.tar.xz linux-dev-2665a13a3e9ef3d08b9ac4b48328ddfba9126987.zip |
usb: typec: Fix a typo
s/Acknowlege/Acknowledge/
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20210325051023.27914-1-unixbhaskar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/usb/typec/ucsi/ucsi.c | 2 |
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; |