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:

committed by
Greg Kroah-Hartman

parent
8c7003a3b4
commit
0255cf9e52
@@ -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);
|
||||
|
Reference in New Issue
Block a user