Commit d0d634d3 authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman

Staging: bcm: Correctly format comments in InterfaceAdapter.h

This patch correctly formats comments
in InterfaceAdapter.h as reported by checkpatch.pl.
Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5c032faa
...@@ -16,7 +16,7 @@ typedef struct _BULK_ENDP_OUT ...@@ -16,7 +16,7 @@ typedef struct _BULK_ENDP_OUT
size_t bulk_out_size; size_t bulk_out_size;
UCHAR bulk_out_endpointAddr; UCHAR bulk_out_endpointAddr;
UINT bulk_out_pipe; 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; UCHAR int_out_interval;
} BULK_ENDP_OUT, *PBULK_ENDP_OUT; } BULK_ENDP_OUT, *PBULK_ENDP_OUT;
...@@ -53,9 +53,9 @@ typedef struct _USB_RCB ...@@ -53,9 +53,9 @@ typedef struct _USB_RCB
} USB_RCB, *PUSB_RCB; } USB_RCB, *PUSB_RCB;
/* /*
//This is the interface specific Sub-Adapter * This is the interface specific Sub-Adapter
//Structure. * Structure.
*/ */
typedef struct _S_INTERFACE_ADAPTER typedef struct _S_INTERFACE_ADAPTER
{ {
struct usb_device *udev; struct usb_device *udev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment