mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
staging:rtl8188eu:core Fix Code Indent
This patch solves the code indentation issue inside the if block Signed-off-by: Janani Sankara Babu <jananis37@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4046c06fb1
commit
ee04922ee0
@ -186,7 +186,7 @@ _next:
|
||||
pcmd->res = H2C_DROPPED;
|
||||
} else {
|
||||
if (pcmd->cmdcode < ARRAY_SIZE(wlancmds)) {
|
||||
cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns;
|
||||
cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns;
|
||||
|
||||
if (cmd_hdl) {
|
||||
ret = cmd_hdl(pcmd->padapter, pcmd->parmbuf);
|
||||
|
Loading…
Reference in New Issue
Block a user