提交 b46966ee 编写于 作者: N Ng Kian Yong 提交者: Greg Kroah-Hartman

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: NNg Kian Yong <ngky@comp.nus.edu.sg>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 3b7b31fa
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册