Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: dwc2: hcd_queue: Fix typeo in function name 'dwc2_hs_pmap_unschedule()'

Fixes the following W=1 kernel build warning(s):

drivers/usb/dwc2/hcd_queue.c:686: warning: expecting prototype for dwc2_ls_pmap_unschedule(). Prototype was for dwc2_hs_pmap_unschedule() instead

Cc: Minas Harutyunyan <hminas@synopsys.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Acked-by: Minas Harutyunyan <Minas.Harutyunyan@synopsys.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210526130037.856068-12-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Lee Jones and committed by
Greg Kroah-Hartman
a63acbde 8268acfe

+1 -1
+1 -1
drivers/usb/dwc2/hcd_queue.c
··· 675 675 } 676 676 677 677 /** 678 - * dwc2_ls_pmap_unschedule() - Undo work done by dwc2_hs_pmap_schedule() 678 + * dwc2_hs_pmap_unschedule() - Undo work done by dwc2_hs_pmap_schedule() 679 679 * 680 680 * @hsotg: The HCD state structure for the DWC OTG controller. 681 681 * @qh: QH for the periodic transfer.