Commit 4e27465a authored by Julia Lawall's avatar Julia Lawall Committed by Greg Kroah-Hartman

usb: typec: tcpm: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Acked-by: default avatarHeikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-52-Julia.Lawall@inria.frSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 18fc7c43
...@@ -471,7 +471,7 @@ struct tcpm_port { ...@@ -471,7 +471,7 @@ struct tcpm_port {
/* /*
* When set, port requests PD_P_SNK_STDBY_MW upon entering SNK_DISCOVERY and * When set, port requests PD_P_SNK_STDBY_MW upon entering SNK_DISCOVERY and
* the actual currrent limit after RX of PD_CTRL_PSRDY for PD link, * the actual current limit after RX of PD_CTRL_PSRDY for PD link,
* SNK_READY for non-pd link. * SNK_READY for non-pd link.
*/ */
bool slow_charger_loop; bool slow_charger_loop;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment