Staging: vt6655: fix brace coding style issue in ioctl.c

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>
This commit is contained in:
Ng Kian Yong 2010-04-03 17:09:34 +08:00 committed by Greg Kroah-Hartman
parent 3b7b31fa7d
commit b46966ee8f

View file

@ -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: