From: Lee Jones Date: Wed, 26 May 2021 13:00:29 +0000 (+0100) Subject: usb: chipidea: udc: Fix incorrectly documented function 'hw_port_is_high_speed()' X-Git-Tag: v5.15~788^2~100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b3c1c90d6e76b6ef0412aef893b8afc0b0b8b4c;p=platform%2Fkernel%2Flinux-starfive.git usb: chipidea: udc: Fix incorrectly documented function 'hw_port_is_high_speed()' Fixes the following W=1 kernel build warning(s): drivers/usb/chipidea/udc.c:247: warning: expecting prototype for hw_is_port_high_speed(). Prototype was for hw_port_is_high_speed() instead Cc: Peter Chen 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-17-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/chipidea/udc.c b/drivers/usb/chipidea/udc.c index c16d900..3627b98 100644 --- a/drivers/usb/chipidea/udc.c +++ b/drivers/usb/chipidea/udc.c @@ -238,7 +238,7 @@ static int hw_ep_set_halt(struct ci_hdrc *ci, int num, int dir, int value) } /** - * hw_is_port_high_speed: test if port is high speed + * hw_port_is_high_speed: test if port is high speed * @ci: the controller * * This function returns true if high speed port