Commit 908d34aa authored by Jilin Yuan's avatar Jilin Yuan Committed by Greg Kroah-Hartman

usb/typec/tcpm: fix repeated words in comments

 Delete the redundant word 'to'.
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Acked-by: default avatarHeikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220716135642.52460-1-yuanjilin@cdjrlc.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d5851c24
...@@ -4520,7 +4520,7 @@ static void run_state_machine(struct tcpm_port *port) ...@@ -4520,7 +4520,7 @@ static void run_state_machine(struct tcpm_port *port)
* The specification suggests that dual mode ports in sink * The specification suggests that dual mode ports in sink
* mode should transition to state PE_SRC_Transition_to_default. * mode should transition to state PE_SRC_Transition_to_default.
* See USB power delivery specification chapter 8.3.3.6.1.3. * 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 * - turn off VCONN, reset power supply
* - request hardware reset * - request hardware reset
* - turn on VCONN * - turn on VCONN
......
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