summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/tcpm/tcpm.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-05-21 13:11:02 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-10 11:48:57 +0200
commit4e27465a1506ea638f5adf80d50f50e911570701 (patch)
tree675b739efab41195af05e7f533c053f19375158a /drivers/usb/typec/tcpm/tcpm.c
parent18fc7c435be3f17ea26a21b2e2312fcb9088e01f (diff)
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>
Diffstat (limited to 'drivers/usb/typec/tcpm/tcpm.c')
-rw-r--r--drivers/usb/typec/tcpm/tcpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/typec/tcpm/tcpm.c b/drivers/usb/typec/tcpm/tcpm.c
index 3bc2f4ebd1fe..7039383eac6d 100644
--- a/drivers/usb/typec/tcpm/tcpm.c
+++ b/drivers/usb/typec/tcpm/tcpm.c
@@ -471,7 +471,7 @@ struct tcpm_port {
/*
* 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.
*/
bool slow_charger_loop;