Staging: bcm: Fix all white space issues in InterfaceAdapter.h
This patch fixes all white space issues 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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bb29ea142d
commit
5c032faa82
@@ -38,7 +38,6 @@ typedef struct _INTR_ENDP_OUT
|
||||
UINT int_out_pipe;
|
||||
} INTR_ENDP_OUT, *PINTR_ENDP_OUT;
|
||||
|
||||
|
||||
typedef struct _USB_TCB
|
||||
{
|
||||
struct urb *urb;
|
||||
@@ -46,7 +45,6 @@ typedef struct _USB_TCB
|
||||
BOOLEAN bUsed;
|
||||
} USB_TCB, *PUSB_TCB;
|
||||
|
||||
|
||||
typedef struct _USB_RCB
|
||||
{
|
||||
struct urb *urb;
|
||||
@@ -62,7 +60,6 @@ typedef struct _S_INTERFACE_ADAPTER
|
||||
{
|
||||
struct usb_device *udev;
|
||||
struct usb_interface *interface;
|
||||
|
||||
/* Bulk endpoint in info */
|
||||
BULK_ENDP_IN sBulkIn;
|
||||
/* Bulk endpoint out info */
|
||||
@@ -71,24 +68,17 @@ typedef struct _S_INTERFACE_ADAPTER
|
||||
INTR_ENDP_IN sIntrIn;
|
||||
/* Interrupt endpoint out info */
|
||||
INTR_ENDP_OUT sIntrOut;
|
||||
|
||||
|
||||
|
||||
ULONG ulInterruptData[2];
|
||||
|
||||
struct urb *psInterruptUrb;
|
||||
|
||||
USB_TCB asUsbTcb[MAXIMUM_USB_TCB];
|
||||
USB_RCB asUsbRcb[MAXIMUM_USB_RCB];
|
||||
atomic_t uNumTcbUsed;
|
||||
atomic_t uCurrTcb;
|
||||
atomic_t uNumRcbUsed;
|
||||
atomic_t uCurrRcb;
|
||||
|
||||
struct bcm_mini_adapter *psAdapter;
|
||||
BOOLEAN bFlashBoot;
|
||||
BOOLEAN bHighSpeedDevice;
|
||||
|
||||
BOOLEAN bSuspended;
|
||||
BOOLEAN bPreparingForBusSuspend;
|
||||
struct work_struct usbSuspendWork;
|
||||
|
Reference in New Issue
Block a user