usb: chipidea: udc: Fix incorrectly documented function 'hw_port_is_high_speed()'
authorLee Jones <lee.jones@linaro.org>
Wed, 26 May 2021 13:00:29 +0000 (14:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 May 2021 07:43:45 +0000 (09:43 +0200)
commit9b3c1c90d6e76b6ef0412aef893b8afc0b0b8b4c
treee440ac7957222c828f08cebaedfd62099fcbc9d6
parent953c3a3c310ff4961c4b37f5f4db557cb83eeba7
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 <peter.chen@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Acked-by: Peter Chen <peter.chen@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210526130037.856068-17-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/udc.c