Skip to content

Commit

Permalink
Staging: bcm: Correctly format comments in InterfaceAdapter.h
Browse files Browse the repository at this point in the history
This patch correctly formats comments
in InterfaceAdapter.h as reported by checkpatch.pl.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 2, 2012
1 parent 5c032fa commit d0d634d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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 d0d634d

Please sign in to comment.