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>
This commit is contained in:
Krzysztof Opasiak
2016-04-27 20:02:07 +02:00
committed by Greg Kroah-Hartman
parent 8c7003a3b4
commit 0255cf9e52
4 changed files with 6 additions and 6 deletions

View File

@@ -179,7 +179,7 @@ void v_stop_timer(struct vudc *udc);
struct urbp *alloc_urbp(void);
void free_urbp_and_urb(struct urbp *urb_p);
struct vep *find_endpoint(struct vudc *udc, u8 address);
struct vep *vudc_find_endpoint(struct vudc *udc, u8 address);
struct vudc_device *alloc_vudc_device(int devid);
void put_vudc_device(struct vudc_device *udc_dev);