From b46966ee8f7c75fcff9e7390d29b1f62650b0784 Mon Sep 17 00:00:00 2001 From: Ng Kian Yong Date: Sat, 3 Apr 2010 17:09:34 +0800 Subject: [PATCH 231/577] 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 --- drivers/staging/vt6655/ioctl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/vt6655/ioctl.c b/drivers/staging/vt6655/ioctl.c index d9a5fd2..38577ca 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: -- 1.7.0.3