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>
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;
} 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;