Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337637
b: refs/heads/master
c: 89a02bf
h: refs/heads/master
i:
  337635: 47fa395
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 2, 2012
1 parent 21f4bcb commit 4a95f76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: de89ec45569e96193f5e1264b87cc7aaed060dfa
refs/heads/master: 89a02bfe0fe8176d3fe8ec065fffb05a860f713e
6 changes: 3 additions & 3 deletions trunk/drivers/staging/bcm/InterfaceAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ typedef struct _BULK_ENDP_OUT {
unsigned char int_out_interval;
} BULK_ENDP_OUT, *PBULK_ENDP_OUT;

typedef struct _INTR_ENDP_IN {
struct bcm_intr_endpoint_in {
char *int_in_buffer;
size_t int_in_size;
unsigned char int_in_endpointAddr;
unsigned char int_in_interval;
unsigned int int_in_pipe;
} INTR_ENDP_IN, *PINTR_ENDP_IN;
};

struct bcm_intr_endpoint_out {
char *int_out_buffer;
Expand Down Expand Up @@ -58,7 +58,7 @@ struct bcm_interface_adapter {
/* Bulk endpoint out info */
BULK_ENDP_OUT sBulkOut;
/* Interrupt endpoint in info */
INTR_ENDP_IN sIntrIn;
struct bcm_intr_endpoint_in sIntrIn;
/* Interrupt endpoint out info */
struct bcm_intr_endpoint_out sIntrOut;
ULONG ulInterruptData[2];
Expand Down

0 comments on commit 4a95f76

Please sign in to comment.