usb: dwc3: gadget: Fix excepts/expects typo
Fix the excepts typo to expects , no functional change.
Fixes: 0916053ebc
("usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool")
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Link: https://lore.kernel.org/r/20250324143956.91791-1-marex@denx.de
Signed-off-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
This commit is contained in:

committed by
Mattijs Korpershoek

parent
8a2cf6307a
commit
7cedd20ed3
@@ -1635,7 +1635,7 @@ usb_ep *dwc3_gadget_match_ep(struct usb_gadget *gadget,
|
|||||||
/*
|
/*
|
||||||
* Special workaround for NXP UUU tool in SPL.
|
* Special workaround for NXP UUU tool in SPL.
|
||||||
*
|
*
|
||||||
* The tool excepts the interrupt-in endpoint to be ep1in,
|
* The tool expects the interrupt-in endpoint to be ep1in,
|
||||||
* otherwise it crashes. This is a result of the previous
|
* otherwise it crashes. This is a result of the previous
|
||||||
* hard-coded EP setup in drivers/usb/gadget/epautoconf.c
|
* hard-coded EP setup in drivers/usb/gadget/epautoconf.c
|
||||||
* which did special-case EP allocation for SPL builds,
|
* which did special-case EP allocation for SPL builds,
|
||||||
|
Reference in New Issue
Block a user