Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337626
b: refs/heads/master
c: d0d634d
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 2, 2012
1 parent 0386e34 commit 7c42098
Show file tree
Hide file tree
Showing 2 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: 5c032faa82ff8a9416fc567f4e79dd626e945cec
refs/heads/master: d0d634d31ae5922a4cba58ae11c1455bc6ca798a
8 changes: 4 additions & 4 deletions trunk/drivers/staging/bcm/InterfaceAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ typedef struct _BULK_ENDP_OUT
size_t bulk_out_size;
UCHAR bulk_out_endpointAddr;
UINT bulk_out_pipe;
//this is used when int out endpoint is used as bulk out end point
/* this is used when int out endpoint is used as bulk out end point */
UCHAR int_out_interval;
} BULK_ENDP_OUT, *PBULK_ENDP_OUT;

Expand Down Expand Up @@ -53,9 +53,9 @@ typedef struct _USB_RCB
} USB_RCB, *PUSB_RCB;

/*
//This is the interface specific Sub-Adapter
//Structure.
*/
* This is the interface specific Sub-Adapter
* Structure.
*/
typedef struct _S_INTERFACE_ADAPTER
{
struct usb_device *udev;
Expand Down

0 comments on commit 7c42098

Please sign in to comment.