Commit 81416446 authored by Harsh Kumar's avatar Harsh Kumar Committed by Greg Kroah-Hartman
Browse files

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: default avatarHarsh Kumar <harsh1kumar@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 907af425
Loading
Loading
Loading
Loading
+30 −32
Original line number Diff line number Diff line
@@ -73,7 +73,6 @@ static void Wb35Tx(struct wbsoft_priv *adapter)
	int		retv;
	u32		SendIndex;


	if (pHwData->SurpriseRemove)
		goto cleanup;

@@ -210,7 +209,6 @@ static void Wb35Tx_EP2VM_complete(struct urb * pUrb)
	u32		i;
	u16		InterruptInLength;


	/* Variable setting */
	pWb35Tx->EP2vm_state = VM_COMPLETED;
	pWb35Tx->EP2VM_status = pUrb->status;