lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZvPxkvq8BTOBpP_l@kuha.fi.intel.com>
Date: Wed, 25 Sep 2024 14:18:42 +0300
From: Heikki Krogerus <heikki.krogerus@...ux.intel.com>
To: Yu Jiaoliang <yujiaoliang@...o.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	RD Babiera <rdbabiera@...gle.com>,
	Guenter Roeck <linux@...ck-us.net>,
	Badhri Jagan Sridharan <badhri@...gle.com>,
	Kyle Tso <kyletso@...gle.com>, Xu Yang <xu.yang_2@....com>,
	linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
	opensource.kernel@...o.com
Subject: Re: [PATCH v1] usb: typec: Fix typo in comment

On Thu, Sep 19, 2024 at 09:46:26AM +0800, Yu Jiaoliang wrote:
> Fix typos:
> reseet->reset,
> reaach->reach,
> compatiple->compatible.
> 
> Signed-off-by: Yu Jiaoliang <yujiaoliang@...o.com>

Reviewed-by: Heikki Krogerus <heikki.krogerus@...ux.intel.com>

> ---
>  drivers/usb/typec/altmodes/displayport.c | 2 +-
>  drivers/usb/typec/tcpm/tcpm.c            | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/usb/typec/altmodes/displayport.c b/drivers/usb/typec/altmodes/displayport.c
> index 92cc1b136120..2f03190a9873 100644
> --- a/drivers/usb/typec/altmodes/displayport.c
> +++ b/drivers/usb/typec/altmodes/displayport.c
> @@ -729,7 +729,7 @@ int dp_altmode_probe(struct typec_altmode *alt)
>  
>  	/* FIXME: Port can only be DFP_U. */
>  
> -	/* Make sure we have compatiple pin configurations */
> +	/* Make sure we have compatible pin configurations */
>  	if (!(DP_CAP_PIN_ASSIGN_DFP_D(port->vdo) &
>  	      DP_CAP_PIN_ASSIGN_UFP_D(alt->vdo)) &&
>  	    !(DP_CAP_PIN_ASSIGN_UFP_D(port->vdo) &
> diff --git a/drivers/usb/typec/tcpm/tcpm.c b/drivers/usb/typec/tcpm/tcpm.c
> index fc619478200f..b6486beda6ab 100644
> --- a/drivers/usb/typec/tcpm/tcpm.c
> +++ b/drivers/usb/typec/tcpm/tcpm.c
> @@ -5270,7 +5270,7 @@ static void run_state_machine(struct tcpm_port *port)
>  		tcpm_set_state(port, SRC_UNATTACHED, PD_T_PS_SOURCE_ON);
>  		break;
>  	case SNK_HARD_RESET_SINK_OFF:
> -		/* Do not discharge/disconnect during hard reseet */
> +		/* Do not discharge/disconnect during hard reset */
>  		tcpm_set_auto_vbus_discharge_threshold(port, TYPEC_PWR_MODE_USB, false, 0);
>  		memset(&port->pps_data, 0, sizeof(port->pps_data));
>  		tcpm_set_vconn(port, false);
> @@ -6066,7 +6066,7 @@ static void _tcpm_pd_vbus_off(struct tcpm_port *port)
>  		break;
>  	case SNK_ATTACH_WAIT:
>  	case SNK_DEBOUNCED:
> -		/* Do nothing, as TCPM is still waiting for vbus to reaach VSAFE5V to connect */
> +		/* Do nothing, as TCPM is still waiting for vbus to reach VSAFE5V to connect */
>  		break;
>  
>  	case SNK_NEGOTIATE_CAPABILITIES:
> -- 
> 2.34.1

-- 
heikki

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ