Browse Source

staging: vt6656: delete some parenthesis

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>
matias 14 years ago
parent
commit
cd74ea33e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/vt6656/card.c

+ 1 - 1
drivers/staging/vt6656/card.c

@@ -1102,7 +1102,7 @@ CARDbChannelSwitch (
         //bResult=CARDbStopTxPacket(pDevice, PKT_TYPE_802_11_ALL);
         //bResult=CARDbStopTxPacket(pDevice, PKT_TYPE_802_11_ALL);
         pDevice->bStopDataPkt = TRUE;
         pDevice->bStopDataPkt = TRUE;
     }
     }
-    return (bResult);
+	return bResult;
 }
 }