staging: rtl8188eu: clear tabstop style issues
authorMichael Straube <straube.linux@gmail.com>
Sat, 18 Jul 2020 06:55:14 +0000 (08:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 Jul 2020 09:25:08 +0000 (11:25 +0200)
Clear tabstop style issues reported by checkpatch.
WARNING: Statements should start on a tabstop

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200718065514.16289-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ioctl_set.c
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c

index fa88e8b..26e5193 100644 (file)
@@ -343,7 +343,7 @@ u8 rtw_set_802_11_infrastructure_mode(struct adapter *padapter,
                    *pold_state == Ndis802_11IBSS) {
                        if (check_fwstate(pmlmepriv, _FW_LINKED))
                                rtw_indicate_disconnect(padapter); /* will clr Linked_state; before this function, we must have checked whether  issue dis-assoc_cmd or not */
-              }
+               }
 
                *pold_state = networktype;
 
index 740004d..2baef9a 100644 (file)
@@ -145,7 +145,7 @@ void rtw_hal_set_odm_var(struct adapter *Adapter, enum hal_odm_variable eVariabl
                        } else {
                                DBG_88E("### Clean STA_(%d) info\n", psta->mac_id);
                                ODM_CmnInfoPtrArrayHook(podmpriv, ODM_CMNINFO_STA_STATUS, psta->mac_id, NULL);
-                      }
+                       }
                }
                break;
        case HAL_ODM_P2P_STATE:
index 5e6f7f0..2e83d24 100644 (file)
@@ -811,7 +811,7 @@ static int rtw_wx_set_pmkid(struct net_device *dev,
                                psecuritypriv->PMKIDList[j].bUsed = false;
                                break;
                        }
-              }
+               }
        } else if (pPMK->cmd == IW_PMKSA_FLUSH) {
                DBG_88E("[rtw_wx_set_pmkid] IW_PMKSA_FLUSH!\n");
                memset(&psecuritypriv->PMKIDList[0], 0x00, sizeof(struct rt_pmkid_list) * NUM_PMKID_CACHE);