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

Staging: winbond: wb35tx.c: Fixed coding style

issue.

Fixed coding style issue.

Signed-off-by: Karthigan Srinivasan <karthigan.srinivasan2@gmail.com>
Acked-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Karthigan Srinivasan and committed by
Greg Kroah-Hartman
af12cc50 fd1b821c

+1 -2
+1 -2
drivers/staging/winbond/wb35tx.c
··· 291 291 if (atomic_inc_return(&pWb35Tx->TxResultCount) == 1) { 292 292 pWb35Tx->EP2vm_state = VM_RUNNING; 293 293 Wb35Tx_EP2VM(adapter); 294 - } 295 - else 294 + } else 296 295 atomic_dec(&pWb35Tx->TxResultCount); 297 296 }