Commit e46fed9f authored by Felipe F. Tonello's avatar Felipe F. Tonello Committed by Peter Chen

usb: chipidea: udc: _ep_queue and _hw_queue cleanup

Update comments to reflect current state of functions.
Signed-off-by: default avatarFelipe F. Tonello <eu@felipetonello.com>
Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
parent bfccd95e
...@@ -403,9 +403,9 @@ static inline u8 _usb_addr(struct ci_hw_ep *ep) ...@@ -403,9 +403,9 @@ static inline u8 _usb_addr(struct ci_hw_ep *ep)
} }
/** /**
* _hardware_queue: configures a request at hardware level * _hardware_enqueue: configures a request at hardware level
* @gadget: gadget
* @hwep: endpoint * @hwep: endpoint
* @hwreq: request
* *
* This function returns an error code * This function returns an error code
*/ */
...@@ -787,8 +787,12 @@ static void isr_get_status_complete(struct usb_ep *ep, struct usb_request *req) ...@@ -787,8 +787,12 @@ static void isr_get_status_complete(struct usb_ep *ep, struct usb_request *req)
/** /**
* _ep_queue: queues (submits) an I/O request to an endpoint * _ep_queue: queues (submits) an I/O request to an endpoint
* @ep: endpoint
* @req: request
* @gfp_flags: GFP flags (not used)
* *
* Caller must hold lock * Caller must hold lock
* This function returns an error code
*/ */
static int _ep_queue(struct usb_ep *ep, struct usb_request *req, static int _ep_queue(struct usb_ep *ep, struct usb_request *req,
gfp_t __maybe_unused gfp_flags) gfp_t __maybe_unused gfp_flags)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment