From: Lee Jones Date: Wed, 26 May 2021 13:00:17 +0000 (+0100) Subject: usb: cdns3: cdns3-plat: Fix incorrect naming of function 'cdns3_plat_remove()' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6dd1efeb18d258499579bd0c37457c7a1703e7f3;p=linux.git usb: cdns3: cdns3-plat: Fix incorrect naming of function 'cdns3_plat_remove()' Fixes the following W=1 kernel build warning(s): drivers/usb/cdns3/cdns3-plat.c:179: warning: expecting prototype for cdns3_remove(). Prototype was for cdns3_plat_remove() instead Cc: Peter Chen Cc: Pawel Laszczak Cc: Roger Quadros Cc: Aswath Govindraju Cc: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Acked-by: Peter Chen Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20210526130037.856068-5-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/cdns3/cdns3-plat.c b/drivers/usb/cdns3/cdns3-plat.c index e1deeada425cd..4d0f027e5bd3a 100644 --- a/drivers/usb/cdns3/cdns3-plat.c +++ b/drivers/usb/cdns3/cdns3-plat.c @@ -170,7 +170,7 @@ err_phy3_init: } /** - * cdns3_remove - unbind drd driver and clean up + * cdns3_plat_remove() - unbind drd driver and clean up * @pdev: Pointer to Linux platform device * * Returns 0 on success otherwise negative errno