Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337632
b: refs/heads/master
c: 48df018
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 2, 2012
1 parent beced04 commit 4ef9bb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 60896e6b8116f1251d87341b64d63a22d4c53280
refs/heads/master: 48df0187d45a230f1173a48dc47f5d1db601e139
12 changes: 6 additions & 6 deletions trunk/drivers/staging/bcm/InterfaceAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ typedef struct _INTR_ENDP_OUT {
typedef struct _USB_TCB {
struct urb *urb;
void *psIntfAdapter;
BOOLEAN bUsed;
bool bUsed;
} USB_TCB, *PUSB_TCB;

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

/*
Expand All @@ -70,10 +70,10 @@ typedef struct _S_INTERFACE_ADAPTER {
atomic_t uNumRcbUsed;
atomic_t uCurrRcb;
struct bcm_mini_adapter *psAdapter;
BOOLEAN bFlashBoot;
BOOLEAN bHighSpeedDevice;
BOOLEAN bSuspended;
BOOLEAN bPreparingForBusSuspend;
bool bFlashBoot;
bool bHighSpeedDevice;
bool bSuspended;
bool bPreparingForBusSuspend;
struct work_struct usbSuspendWork;
} S_INTERFACE_ADAPTER, *PS_INTERFACE_ADAPTER;

Expand Down

0 comments on commit 4ef9bb5

Please sign in to comment.