Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363884
b: refs/heads/master
c: ca9fb17
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Reif authored and Greg Kroah-Hartman committed Apr 5, 2013
1 parent b69156e commit 15d977d
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: 234354dc18dfe065dd6f767db68299aa077634f7
refs/heads/master: ca9fb17e9377f820ac64e897452aaca0a079d766
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/usbip_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ int usbip_recv(struct socket *sock, void *buf, int size)
pr_debug("receiving....\n");
usbip_dump_buffer(bp, osize);
pr_debug("received, osize %d ret %d size %d total %d\n",
osize, result, size, total);
osize, result, size, total);
}

return total;
Expand Down

0 comments on commit 15d977d

Please sign in to comment.