usb/typec/tcpm: fix repeated words in comments
Delete the redundant word 'to'. Reviewed-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Link: https://lore.kernel.org/r/20220716135642.52460-1-yuanjilin@cdjrlc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d5851c2480
commit
908d34aad1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue