Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: winbond: Removed undesired spaces, lines and tabs

checkpatch cleanup: Removed some undesired spaces, lines and tabs to comply with coding style.

Signed-off-by: Harsh Kumar <harsh1kumar@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Harsh Kumar and committed by
Greg Kroah-Hartman
bd084bac 37594bb9

+10 -14
+10 -14
drivers/staging/winbond/wb35tx_s.h
··· 4 4 #include "mds_s.h" 5 5 6 6 /* IS89C35 Tx related definition */ 7 - #define TX_INTERFACE 0 /* Interface 1 */ 8 - #define TX_PIPE 3 /* Endpoint 4 */ 9 - #define TX_INTERRUPT 1 /* Endpoint 2 */ 7 + #define TX_INTERFACE 0 /* Interface 1 */ 8 + #define TX_PIPE 3 /* Endpoint 4 */ 9 + #define TX_INTERRUPT 1 /* Endpoint 2 */ 10 10 #define MAX_INTERRUPT_LENGTH 64 /* It must be 64 for EP2 hardware */ 11 11 12 - 13 - 14 12 /* Internal variable for module */ 15 - 16 - 17 13 struct wb35_tx { 18 14 /* For Tx buffer */ 19 15 u8 TxBuffer[ MAX_USB_TX_BUFFER_NUMBER ][ MAX_USB_TX_BUFFER ]; ··· 19 23 20 24 atomic_t TxResultCount; /* For thread control of EP2 931130.4.m */ 21 25 atomic_t TxFireCounter; /* For thread control of EP4 931130.4.n */ 22 - u32 ByteTransfer; 26 + u32 ByteTransfer; 23 27 24 - u32 TxSendIndex; /* The next index of Mds array to be sent */ 25 - u32 EP2vm_state; /* for EP2vm state */ 26 - u32 EP4vm_state; /* for EP4vm state */ 27 - u32 tx_halt; /* Stopping VM */ 28 + u32 TxSendIndex; /* The next index of Mds array to be sent */ 29 + u32 EP2vm_state; /* for EP2vm state */ 30 + u32 EP4vm_state; /* for EP4vm state */ 31 + u32 tx_halt; /* Stopping VM */ 28 32 29 - struct urb * Tx4Urb; 30 - struct urb * Tx2Urb; 33 + struct urb *Tx4Urb; 34 + struct urb *Tx2Urb; 31 35 32 36 int EP2VM_status; 33 37 int EP4VM_status;