Re: [PATCH 1/5] usb: chipidea: udc: _ep_queue and _hw_queue cleanup

2015-10-22 Thread Peter Chen
On Thu, Oct 22, 2015 at 08:08:21PM -0700, Greg KH wrote:
> On Fri, Oct 23, 2015 at 09:52:50AM +0800, Peter Chen wrote:
> > From: "Felipe F. Tonello" 
> > 
> > Update comments to reflect current state of functions.
> > 
> > Signed-off-by: Felipe F. Tonello 
> > Signed-off-by: Peter Chen 
> > ---
> >  drivers/usb/chipidea/udc.c | 8 ++--
> >  1 file changed, 6 insertions(+), 2 deletions(-)
> 
> This isn't a late -rc patch :(

Oh, sorry, it is just a cleanup. 

-- 

Best Regards,
Peter Chen
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 1/5] usb: chipidea: udc: _ep_queue and _hw_queue cleanup

2015-10-22 Thread Peter Chen
From: "Felipe F. Tonello" 

Update comments to reflect current state of functions.

Signed-off-by: Felipe F. Tonello 
Signed-off-by: Peter Chen 
---
 drivers/usb/chipidea/udc.c | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/drivers/usb/chipidea/udc.c b/drivers/usb/chipidea/udc.c
index 8223fe7..e19d8b8 100644
--- a/drivers/usb/chipidea/udc.c
+++ b/drivers/usb/chipidea/udc.c
@@ -404,9 +404,9 @@ static inline u8 _usb_addr(struct ci_hw_ep *ep)
 }
 
 /**
- * _hardware_queue: configures a request at hardware level
- * @gadget: gadget
+ * _hardware_enqueue: configures a request at hardware level
  * @hwep:   endpoint
+ * @hwreq:  request
  *
  * This function returns an error code
  */
@@ -788,8 +788,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:endpoint
+ * @req:   request
+ * @gfp_flags: GFP flags (not used)
  *
  * Caller must hold lock
+ * This function returns an error code
  */
 static int _ep_queue(struct usb_ep *ep, struct usb_request *req,
gfp_t __maybe_unused gfp_flags)
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/5] usb: chipidea: udc: _ep_queue and _hw_queue cleanup

2015-10-22 Thread Greg KH
On Fri, Oct 23, 2015 at 09:52:50AM +0800, Peter Chen wrote:
> From: "Felipe F. Tonello" 
> 
> Update comments to reflect current state of functions.
> 
> Signed-off-by: Felipe F. Tonello 
> Signed-off-by: Peter Chen 
> ---
>  drivers/usb/chipidea/udc.c | 8 ++--
>  1 file changed, 6 insertions(+), 2 deletions(-)

This isn't a late -rc patch :(
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html