提交 b1f562f1 编写于 作者: L Lee Jones 提交者: Greg Kroah-Hartman

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 <peter.chen@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: David Lopo <dlopo@chipidea.mips.com>
Cc: linux-usb@vger.kernel.org
Acked-by: NPeter Chen <peter.chen@kernel.org>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210526130037.856068-14-lee.jones@linaro.orgSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c23e55e6
...@@ -335,7 +335,7 @@ static int _ci_usb_phy_init(struct ci_hdrc *ci) ...@@ -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 * interfaces
* @ci: the controller * @ci: the controller
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册