diff options
author | Jilin Yuan <[email protected]> | 2022-07-16 21:56:42 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-07-27 14:34:23 +0200 |
commit | 908d34aad1ef9214899ec07bfb2a9924f8ed52ff (patch) | |
tree | 6e5147ddd98d2c4fafd150117dedf14cf1daad74 | |
parent | d5851c2480253e6a58965d832d5ffbffba6c4729 (diff) |
usb/typec/tcpm: fix repeated words in comments
Delete the redundant word 'to'.
Reviewed-by: Guenter Roeck <[email protected]>
Acked-by: Heikki Krogerus <[email protected]>
Signed-off-by: Jilin Yuan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/usb/typec/tcpm/tcpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/typec/tcpm/tcpm.c b/drivers/usb/typec/tcpm/tcpm.c index e1126a6c8e46..ea5a917c51b1 100644 --- a/drivers/usb/typec/tcpm/tcpm.c +++ b/drivers/usb/typec/tcpm/tcpm.c @@ -4520,7 +4520,7 @@ static void run_state_machine(struct tcpm_port *port) * The specification suggests that dual mode ports in sink * mode should transition to state PE_SRC_Transition_to_default. * See USB power delivery specification chapter 8.3.3.6.1.3. - * This would mean to to + * This would mean to * - turn off VCONN, reset power supply * - request hardware reset * - turn on VCONN |