Skip to content

Commit

Permalink
Staging: vt6655: fix brace coding style issue in ioctl.c
Browse files Browse the repository at this point in the history
This is a patch to the ioctl.c file that fixes up a brace warning found
by the checkpatch.pl tool

Signed-off-by: Ng Kian Yong <ngky@comp.nus.edu.sg>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ng Kian Yong authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 3b7b31f commit b46966e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/vt6655/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ int private_ioctl(PSDevice pDevice, struct ifreq *rq) {

pReq->wResult = 0;

switch(pReq->wCmdCode) {
switch (pReq->wCmdCode) {

case WLAN_CMD_BSS_SCAN:

Expand Down

0 comments on commit b46966e

Please sign in to comment.