Re: [PATCH v2 2/2] usb: dwc3: fix a typo 'HishSpeed'
From: Thinh Nguyen
Date: Wed Mar 04 2026 - 20:37:30 EST
On Wed, Mar 04, 2026, Xu Yang wrote:
> It should be 'HighSpeed' instead of 'HishSpeed'.
>
> Fixes: d21a797a3eeb ("usb: dwc3: core: add support for disabling High-speed park mode")
> Signed-off-by: Xu Yang <xu.yang_2@xxxxxxx>
>
> ---
> Changes in v2:
> - improve commit message
> - add fix tag
> ---
> drivers/usb/dwc3/core.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h
> index 7adb8e74bd84..41cfefb34abd 100644
> --- a/drivers/usb/dwc3/core.h
> +++ b/drivers/usb/dwc3/core.h
> @@ -1151,7 +1151,7 @@ struct dwc3_glue_ops {
> * VBUS with an external supply.
> * @parkmode_disable_ss_quirk: set if we need to disable all SuperSpeed
> * instances in park mode.
> - * @parkmode_disable_hs_quirk: set if we need to disable all HishSpeed
> + * @parkmode_disable_hs_quirk: set if we need to disable all HighSpeed
> * instances in park mode.
> * @gfladj_refclk_lpm_sel: set if we need to enable SOF/ITP counter
> * running based on ref_clk
> --
> 2.34.1
>
Acked-by: Thinh Nguyen <Thinh.Nguyen@xxxxxxxxxxxx>
Thanks,
Thinh