usb: dwc2: gadget: Repair 'dwc2_hsotg_core_init_disconnected()'s documentation
authorLee Jones <lee.jones@linaro.org>
Wed, 26 May 2021 13:00:28 +0000 (14:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 May 2021 07:45:27 +0000 (09:45 +0200)
commit58aff959fc841e16f8b45bd01b78b30d23f589f5
tree442e2182c5eebe8e0b29a372a2f6085506fea9ce
parent81d708bc13f398f99b7018e744edab24b283102e
usb: dwc2: gadget: Repair 'dwc2_hsotg_core_init_disconnected()'s documentation

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

 drivers/usb/dwc2/gadget.c:3349: warning: expecting prototype for dwc2_hsotg_core_init(). Prototype was for dwc2_hsotg_core_init_disconnected() instead

Cc: Minas Harutyunyan <hminas@synopsys.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Ben Dooks <ben@simtec.co.uk>
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-16-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc2/gadget.c