Commit b46966ee authored by Ng Kian Yong's avatar Ng Kian Yong Committed by Greg Kroah-Hartman

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: default avatarNg Kian Yong <ngky@comp.nus.edu.sg>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3b7b31fa
...@@ -83,7 +83,7 @@ int private_ioctl(PSDevice pDevice, struct ifreq *rq) { ...@@ -83,7 +83,7 @@ int private_ioctl(PSDevice pDevice, struct ifreq *rq) {
pReq->wResult = 0; pReq->wResult = 0;
switch(pReq->wCmdCode) { switch (pReq->wCmdCode) {
case WLAN_CMD_BSS_SCAN: case WLAN_CMD_BSS_SCAN:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment