Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118968
b: refs/heads/master
c: 2870fde
h: refs/heads/master
v: v3
  • Loading branch information
Rabin Vincent authored and Greg Kroah-Hartman committed Nov 13, 2008
1 parent fb36bf6 commit c53e1ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c6206faa4f18bcc837a12552b8c184ab1668fdea
refs/heads/master: 2870fde780bbdf6442e9efe7ca5fc11bcdd2a09a
4 changes: 2 additions & 2 deletions trunk/drivers/usb/core/urb.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ EXPORT_SYMBOL_GPL(usb_alloc_urb);
* Must be called when a user of a urb is finished with it. When the last user
* of the urb calls this function, the memory of the urb is freed.
*
* Note: The transfer buffer associated with the urb is not freed, that must be
* done elsewhere.
* Note: The transfer buffer associated with the urb is not freed unless the
* URB_FREE_BUFFER transfer flag is set.
*/
void usb_free_urb(struct urb *urb)
{
Expand Down

0 comments on commit c53e1ed

Please sign in to comment.