staging: vt6656: delete some parenthesis
authormatias <munozmatiasn@gmail.com>
Thu, 16 Sep 2010 18:11:28 +0000 (15:11 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Sep 2010 19:37:35 +0000 (12:37 -0700)
I remove parenthesis for a return variable, and also delete a space and tab the code line

Signed-off-by: matias <munozmatiasn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/vt6656/card.c

index 35bf4fd..8de21aa 100644 (file)
@@ -1102,7 +1102,7 @@ CARDbChannelSwitch (
         //bResult=CARDbStopTxPacket(pDevice, PKT_TYPE_802_11_ALL);
         pDevice->bStopDataPkt = TRUE;
     }
-    return (bResult);
+       return bResult;
 }