Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363334
b: refs/heads/master
c: 5af7746
h: refs/heads/master
v: v3
  • Loading branch information
Kurt Kanzenbach authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 7e31489 commit c0423d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: cbb86718ac50eaf56e98a14760d717e6c73b345e
refs/heads/master: 5af7746f47cef58e1d2499e7a79fe3306c129269
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/userspace/libsrc/names.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ struct pool {
void *mem;
};

static struct pool *pool_head = NULL;
static struct pool *pool_head;

static void *my_malloc(size_t size)
{
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/staging/usbip/userspace/libsrc/usbip_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#undef PROGNAME
#define PROGNAME "libusbip"

int usbip_use_syslog = 0;
int usbip_use_stderr = 0;
int usbip_use_debug = 0;
int usbip_use_syslog;
int usbip_use_stderr;
int usbip_use_debug;

struct speed_string {
int num;
Expand Down

0 comments on commit c0423d6

Please sign in to comment.