mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 09:13:55 +08:00
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>
This commit is contained in:
parent
357bcdfb45
commit
cd74ea33e3
@ -1102,7 +1102,7 @@ CARDbChannelSwitch (
|
||||
//bResult=CARDbStopTxPacket(pDevice, PKT_TYPE_802_11_ALL);
|
||||
pDevice->bStopDataPkt = TRUE;
|
||||
}
|
||||
return (bResult);
|
||||
return bResult;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user