Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337631
b: refs/heads/master
c: 60896e6
h: refs/heads/master
i:
  337629: 88cb7f3
  337627: 1778d0f
  337623: faadb99
  337615: 5d3b7a6
  337599: 3c43b8e
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 2, 2012
1 parent 20d483c commit beced04
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: decb16b3176ccb3182cc68521595c6a66f43bb01
refs/heads/master: 60896e6b8116f1251d87341b64d63a22d4c53280
4 changes: 2 additions & 2 deletions trunk/drivers/staging/bcm/InterfaceAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ typedef struct _INTR_ENDP_OUT {

typedef struct _USB_TCB {
struct urb *urb;
PVOID psIntfAdapter;
void *psIntfAdapter;
BOOLEAN bUsed;
} USB_TCB, *PUSB_TCB;

typedef struct _USB_RCB {
struct urb *urb;
PVOID psIntfAdapter;
void *psIntfAdapter;
BOOLEAN bUsed;
} USB_RCB, *PUSB_RCB;

Expand Down

0 comments on commit beced04

Please sign in to comment.