From: Lee Jones Date: Wed, 26 May 2021 13:00:26 +0000 (+0100) Subject: usb: chipidea: core: Fix incorrectly documented function 'ci_usb_phy_exit()' X-Git-Tag: v5.15~788^2~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1f562f1c40151ae59c7b81ae6e361777ad31989;p=platform%2Fkernel%2Flinux-starfive.git usb: chipidea: core: Fix incorrectly documented function 'ci_usb_phy_exit()' Fixes the following W=1 kernel build warning(s): drivers/usb/chipidea/core.c:343: warning: expecting prototype for _ci_usb_phy_exit(). Prototype was for ci_usb_phy_exit() instead Cc: Peter Chen Cc: Greg Kroah-Hartman Cc: Liam Girdwood Cc: Mark Brown Cc: David Lopo Cc: linux-usb@vger.kernel.org Acked-by: Peter Chen Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20210526130037.856068-14-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c index 3f6c214..2b18f50 100644 --- a/drivers/usb/chipidea/core.c +++ b/drivers/usb/chipidea/core.c @@ -335,7 +335,7 @@ static int _ci_usb_phy_init(struct ci_hdrc *ci) } /** - * _ci_usb_phy_exit: deinitialize phy taking in account both phy and usb_phy + * ci_usb_phy_exit: deinitialize phy taking in account both phy and usb_phy * interfaces * @ci: the controller */