From: Ng Kian Yong Date: Sat, 3 Apr 2010 09:09:34 +0000 (+0800) Subject: Staging: vt6655: fix brace coding style issue in ioctl.c X-Git-Tag: v2.6.35-rc1~441^2^2~346 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b46966ee8f7c75fcff9e7390d29b1f62650b0784;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- 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: