From: Lee Jones Date: Wed, 26 May 2021 13:00:25 +0000 (+0100) Subject: usb: dwc2: pci: Fix possible copy/paste issue X-Git-Tag: v5.14-rc1~64^2~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81d708bc13f398f99b7018e744edab24b283102e;p=thirdparty%2Fkernel%2Flinux.git usb: dwc2: pci: Fix possible copy/paste issue Fixes the following W=1 kernel build warning(s): drivers/usb/dwc2/pci.c:73: warning: expecting prototype for dwc2_pci_probe(). Prototype was for dwc2_pci_remove() instead Cc: Minas Harutyunyan Cc: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Acked-by: Minas Harutyunyan Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20210526130037.856068-13-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/dwc2/pci.c b/drivers/usb/dwc2/pci.c index 0000151e3ca96..a93559b4ecdbc 100644 --- a/drivers/usb/dwc2/pci.c +++ b/drivers/usb/dwc2/pci.c @@ -64,7 +64,7 @@ struct dwc2_pci_glue { }; /** - * dwc2_pci_probe() - Provides the cleanup entry points for the DWC_otg PCI + * dwc2_pci_remove() - Provides the cleanup entry points for the DWC_otg PCI * driver * * @pci: The programming view of DWC_otg PCI