Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267592
b: refs/heads/master
c: 553a1a5
h: refs/heads/master
v: v3
  • Loading branch information
Akshay Joshi authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 38abf82 commit ec92eb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 50d487e3cb01182e26a8a277bdc220058e32d697
refs/heads/master: 553a1a5065e478b8e2e75d523b7dc5d39920910b
4 changes: 2 additions & 2 deletions trunk/drivers/staging/usbip/stub_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,11 @@ static void stub_disconnect(struct usb_interface *interface)
}
}

/*
/*
* Presence of pre_reset and post_reset prevents the driver from being unbound
* when the device is being reset
*/

int stub_pre_reset(struct usb_interface *interface)
{
dev_dbg(&interface->dev, "pre_reset\n");
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/stub_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ static int tweak_reset_device_cmd(struct urb *urb)
dev_info(&urb->dev->dev, "usb_queue_reset_device\n");

/*
* With the implementation of pre_reset and post_reset the driver no
* With the implementation of pre_reset and post_reset the driver no
* longer unbinds. This allows the use of synchronous reset.
*/

Expand Down

0 comments on commit ec92eb4

Please sign in to comment.