Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348687
b: refs/heads/master
c: 2cb5000
h: refs/heads/master
i:
  348685: c340611
  348683: 6dc3f61
  348679: 43aaa29
  348671: a6f2f23
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent fd0601e commit eeb35af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 962426e0e2312c5134db13f39d4389a2fa6a13d0
refs/heads/master: 2cb5000057fbd2237c19b8b8bd4f6948fd11f5f8
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/usbtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -2179,7 +2179,7 @@ usbtest_ioctl(struct usb_interface *intf, unsigned int code, void *buf)
if (dev->out_pipe == 0 || !param->length || param->sglen < 4)
break;
retval = 0;
dev_info(&intf->dev, "TEST 17: unlink from %d queues of "
dev_info(&intf->dev, "TEST 24: unlink from %d queues of "
"%d %d-byte writes\n",
param->iterations, param->sglen, param->length);
for (i = param->iterations; retval == 0 && i > 0; --i) {
Expand Down

0 comments on commit eeb35af

Please sign in to comment.