summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/ioctl.c
diff options
context:
space:
mode:
authorNg Kian Yong2010-04-03 11:09:34 +0200
committerGreg Kroah-Hartman2010-05-11 20:35:54 +0200
commitb46966ee8f7c75fcff9e7390d29b1f62650b0784 (patch)
tree17c03443a86e6c86d464ad72fd3577b9646bab66 /drivers/staging/vt6655/ioctl.c
parentStaging: udlfb: minor cleanups (diff)
downloadkernel-qcow2-linux-b46966ee8f7c75fcff9e7390d29b1f62650b0784.tar.gz
kernel-qcow2-linux-b46966ee8f7c75fcff9e7390d29b1f62650b0784.tar.xz
kernel-qcow2-linux-b46966ee8f7c75fcff9e7390d29b1f62650b0784.zip
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>
Diffstat (limited to 'drivers/staging/vt6655/ioctl.c')
-rw-r--r--drivers/staging/vt6655/ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/ioctl.c b/drivers/staging/vt6655/ioctl.c
index d9a5fd21ab31..38577ca841ea 100644
--- a/drivers/staging/vt6655/ioctl.c
+++ b/drivers/staging/vt6655/ioctl.c
@@ -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: