Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235369
b: refs/heads/master
c: d105e74
h: refs/heads/master
i:
  235367: 36c74e9
v: v3
  • Loading branch information
Davidlohr Bueso authored and Greg Kroah-Hartman committed Mar 1, 2011
1 parent fe5dc34 commit 2a6107e
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: 6960f40a954619857e7095a6179eef896f297077
refs/heads/master: d105e74eff7f8197b4d8e104e347ffbc5c3989b8
4 changes: 2 additions & 2 deletions trunk/tools/usb/ffs-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <sys/types.h>
#include <unistd.h>

#include <linux/usb/functionfs.h>
#include "../../include/linux/usb/functionfs.h"


/******************** Little Endian Handling ********************************/
Expand Down Expand Up @@ -450,7 +450,7 @@ empty_out_buf(struct thread *ignore, const void *buf, size_t nbytes)
len, expected, *p);
for (p = buf, len = 0; len < nbytes; ++p, ++len) {
if (0 == (len % 32))
fprintf(stderr, "%4d:", len);
fprintf(stderr, "%4zd:", len);
fprintf(stderr, " %02x", *p);
if (31 == (len % 32))
fprintf(stderr, "\n");
Expand Down

0 comments on commit 2a6107e

Please sign in to comment.