diff mbox series

usb: typec: tcpci: Fix spelling mistake "resolbed" -> "resolved"

Message ID 20210922060152.2892027-1-xu.yang_2@nxp.com (mailing list archive)
State Accepted
Commit b53908f9a21424ae6982c93746f4ff5af4bfcb32
Headers show
Series usb: typec: tcpci: Fix spelling mistake "resolbed" -> "resolved" | expand

Commit Message

Xu Yang Sept. 22, 2021, 6:01 a.m. UTC
There is a spelling mistake in a comment. Fix it.

Signed-off-by: Xu Yang <xu.yang_2@nxp.com>

Comments

Guenter Roeck Sept. 22, 2021, 12:19 p.m. UTC | #1
On Wed, Sep 22, 2021 at 02:01:52PM +0800, Xu Yang wrote:
> There is a spelling mistake in a comment. Fix it.
> 
> Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
> 
Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> diff --git a/drivers/usb/typec/tcpm/tcpci.c b/drivers/usb/typec/tcpm/tcpci.c
> index 9858716698df..864049631fbe 100644
> --- a/drivers/usb/typec/tcpm/tcpci.c
> +++ b/drivers/usb/typec/tcpm/tcpci.c
> @@ -258,7 +258,7 @@ static int tcpci_set_polarity(struct tcpc_dev *tcpc,
>  	 * When port has drp toggling enabled, ROLE_CONTROL would only have the initial
>  	 * terminations for the toggling and does not indicate the final cc
>  	 * terminations when ConnectionResult is 0 i.e. drp toggling stops and
> -	 * the connection is resolbed. Infer port role from TCPC_CC_STATUS based on the
> +	 * the connection is resolved. Infer port role from TCPC_CC_STATUS based on the
>  	 * terminations seen. The port role is then used to set the cc terminations.
>  	 */
>  	if (reg & TCPC_ROLE_CTRL_DRP) {
> -- 
> 2.25.1
>
Heikki Krogerus Sept. 23, 2021, 12:33 p.m. UTC | #2
On Wed, Sep 22, 2021 at 02:01:52PM +0800, Xu Yang wrote:
> There is a spelling mistake in a comment. Fix it.
> 
> Signed-off-by: Xu Yang <xu.yang_2@nxp.com>

Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>

> diff --git a/drivers/usb/typec/tcpm/tcpci.c b/drivers/usb/typec/tcpm/tcpci.c
> index 9858716698df..864049631fbe 100644
> --- a/drivers/usb/typec/tcpm/tcpci.c
> +++ b/drivers/usb/typec/tcpm/tcpci.c
> @@ -258,7 +258,7 @@ static int tcpci_set_polarity(struct tcpc_dev *tcpc,
>  	 * When port has drp toggling enabled, ROLE_CONTROL would only have the initial
>  	 * terminations for the toggling and does not indicate the final cc
>  	 * terminations when ConnectionResult is 0 i.e. drp toggling stops and
> -	 * the connection is resolbed. Infer port role from TCPC_CC_STATUS based on the
> +	 * the connection is resolved. Infer port role from TCPC_CC_STATUS based on the
>  	 * terminations seen. The port role is then used to set the cc terminations.
>  	 */
>  	if (reg & TCPC_ROLE_CTRL_DRP) {
> -- 
> 2.25.1
diff mbox series

Patch

diff --git a/drivers/usb/typec/tcpm/tcpci.c b/drivers/usb/typec/tcpm/tcpci.c
index 9858716698df..864049631fbe 100644
--- a/drivers/usb/typec/tcpm/tcpci.c
+++ b/drivers/usb/typec/tcpm/tcpci.c
@@ -258,7 +258,7 @@  static int tcpci_set_polarity(struct tcpc_dev *tcpc,
 	 * When port has drp toggling enabled, ROLE_CONTROL would only have the initial
 	 * terminations for the toggling and does not indicate the final cc
 	 * terminations when ConnectionResult is 0 i.e. drp toggling stops and
-	 * the connection is resolbed. Infer port role from TCPC_CC_STATUS based on the
+	 * the connection is resolved. Infer port role from TCPC_CC_STATUS based on the
 	 * terminations seen. The port role is then used to set the cc terminations.
 	 */
 	if (reg & TCPC_ROLE_CTRL_DRP) {