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>
This commit is contained in:
parent
049d3db625
commit
2665a13a3e
@ -63,7 +63,7 @@ static int ucsi_read_error(struct ucsi *ucsi)
|
|||||||
u16 error;
|
u16 error;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
/* Acknowlege the command that failed */
|
/* Acknowledge the command that failed */
|
||||||
ret = ucsi_acknowledge_command(ucsi);
|
ret = ucsi_acknowledge_command(ucsi);
|
||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user