usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint()
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Wed, 27 Apr 2016 18:02:07 +0000 (20:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Apr 2016 19:28:08 +0000 (12:28 -0700)
commit0255cf9e52a73ba0d5ca393c93c5fb458fea4532
tree013e5f06ae5df37ec8d8cf545dab24b7155f41c5
parent8c7003a3b4b4afd3734cdcc39217ef22d78a4a16
usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint()

As find_endpoint() is a global funcion rename it to vudc_find_endpoint()
to clearly mark where does it come from.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usbip/vudc.h
drivers/usb/usbip/vudc_dev.c
drivers/usb/usbip/vudc_rx.c
drivers/usb/usbip/vudc_transfer.c
This page took 0.026278 seconds and 5 git commands to generate.