]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
staging:rtl8188eu:core Fix Code Indent
authorJanani Sankara Babu <jananis37@gmail.com>
Wed, 30 Aug 2017 11:53:25 +0000 (17:23 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Aug 2017 16:28:34 +0000 (18:28 +0200)
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>
drivers/staging/rtl8188eu/core/rtw_cmd.c

index a69007ef77bf0a32bb37468c3ee83a74493c2d42..9461bce883ea902d9095c05c4b1e1c360f461718 100644 (file)
@@ -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);