Commit cd74ea33 authored by matias's avatar matias Committed by Greg Kroah-Hartman

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: default avatarmatias <munozmatiasn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 357bcdfb
......@@ -1102,7 +1102,7 @@ CARDbChannelSwitch (
//bResult=CARDbStopTxPacket(pDevice, PKT_TYPE_802_11_ALL);
pDevice->bStopDataPkt = TRUE;
}
return (bResult);
return bResult;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment