Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: typec: tcpm: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-52-Julia.Lawall@inria.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Julia Lawall and committed by
Greg Kroah-Hartman
4e27465a 18fc7c43

+1 -1
+1 -1
drivers/usb/typec/tcpm/tcpm.c
··· 471 471 472 472 /* 473 473 * When set, port requests PD_P_SNK_STDBY_MW upon entering SNK_DISCOVERY and 474 - * the actual currrent limit after RX of PD_CTRL_PSRDY for PD link, 474 + * the actual current limit after RX of PD_CTRL_PSRDY for PD link, 475 475 * SNK_READY for non-pd link. 476 476 */ 477 477 bool slow_charger_loop;