]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: vt6655: fix brace coding style issue in ioctl.c
authorNg Kian Yong <ngky@comp.nus.edu.sg>
Sat, 3 Apr 2010 09:09:34 +0000 (17:09 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:54 +0000 (11:35 -0700)
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>
drivers/staging/vt6655/ioctl.c

index d9a5fd21ab31d305b1896052177ed5f2cb43c48c..38577ca841ea8aeb75d1cd3b746607d327b7cefa 100644 (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: