Re: [PATCH] usb: dwc3: gadget: Fix excepts/expects typo

2025-04-10 Thread Mattijs Korpershoek
Hi, On Mon, 24 Mar 2025 15:39:43 +0100, Marek Vasut wrote: > Fix the excepts typo to expects , no functional change. > > Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-dfu (u-boot-dfu) [1/1] usb: dwc3: gadget: Fix excepts/expects typo https://source.denx.de/u-boot/c

Re: [PATCH] usb: dwc3: gadget: Fix excepts/expects typo

2025-03-24 Thread Neil Armstrong
On 24/03/2025 15:39, Marek Vasut wrote: Fix the excepts typo to expects , no functional change. Fixes: 0916053ebc56 ("usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool") Signed-off-by: Marek Vasut --- Cc: Alexander Sverdlin Cc: Felipe Balbi Cc: Mattijs Korpershoek Cc: Neil Armstrong

Re: [PATCH] usb: dwc3: gadget: Fix excepts/expects typo

2025-03-24 Thread Mattijs Korpershoek
Hi Marek, Thank you for the patch. On lun., mars 24, 2025 at 15:39, Marek Vasut wrote: > Fix the excepts typo to expects , no functional change. > > Fixes: 0916053ebc56 ("usb: dwc3: gadget: Fix match_ep callback for NXP UUU > tool") > Signed-off-by: Marek Vasut > --- > Cc: Alexander Sverdlin

[PATCH] usb: dwc3: gadget: Fix excepts/expects typo

2025-03-24 Thread Marek Vasut
Fix the excepts typo to expects , no functional change. Fixes: 0916053ebc56 ("usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool") Signed-off-by: Marek Vasut --- Cc: Alexander Sverdlin Cc: Felipe Balbi Cc: Mattijs Korpershoek Cc: Neil Armstrong Cc: Thinh Nguyen Cc: Tom Rini Cc: u-bo