projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b7b31f
)
Staging: vt6655: fix brace coding style issue in ioctl.c
author
Ng Kian Yong
<ngky@comp.nus.edu.sg>
Sat, 3 Apr 2010 09:09:34 +0000
(17:09 +0800)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6655/ioctl.c
b/drivers/staging/vt6655/ioctl.c
index d9a5fd21ab31d305b1896052177ed5f2cb43c48c..38577ca841ea8aeb75d1cd3b746607d327b7cefa 100644
(file)
--- 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: