]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
usb: typec: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Thu, 25 Mar 2021 05:10:23 +0000 (10:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Mar 2021 13:26:47 +0000 (14:26 +0100)
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>
drivers/usb/typec/ucsi/ucsi.c

index 244270755ae61f999d952f281eb8aee8c5fb67cf..282c3c825c136d984487afdba97c339515830335 100644 (file)
@@ -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;