forked from Minki/linux
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:
parent
3b7b31fa7d
commit
b46966ee8f
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user