summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-11-01 23:42:14 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-02 11:36:45 -0700
commitd0d634d31ae5922a4cba58ae11c1455bc6ca798a (patch)
tree64ebc6a94ae1614613dabad681020e1d024efc9e
parent5c032faa82ff8a9416fc567f4e79dd626e945cec (diff)
Staging: bcm: Correctly format comments in InterfaceAdapter.h
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>
-rw-r--r--drivers/staging/bcm/InterfaceAdapter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/bcm/InterfaceAdapter.h b/drivers/staging/bcm/InterfaceAdapter.h
index 9a0fbefad776..ec37e3fef991 100644
--- a/drivers/staging/bcm/InterfaceAdapter.h
+++ b/drivers/staging/bcm/InterfaceAdapter.h
@@ -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;
@@ -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;