Skip to content

Commit

Permalink
staging: vt6656: delete some parenthesis
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
matias authored and Greg Kroah-Hartman committed Sep 16, 2010
1 parent 357bcdf commit cd74ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/vt6656/card.c
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ CARDbChannelSwitch (
//bResult=CARDbStopTxPacket(pDevice, PKT_TYPE_802_11_ALL);
pDevice->bStopDataPkt = TRUE;
}
return (bResult);
return bResult;
}


Expand Down

0 comments on commit cd74ea3

Please sign in to comment.