This patch correctly formats comments
in InterfaceAdapter.h as reported by checkpatch.pl.

Signed-off-by: Kevin McKinney <[email protected]>
---
 drivers/staging/bcm/InterfaceAdapter.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/bcm/InterfaceAdapter.h 
b/drivers/staging/bcm/InterfaceAdapter.h
index 9a0fbef..ec37e3f 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;
-- 
1.7.9.5

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to