Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8188eu: clear tabstop style issues

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>

authored by

Michael Straube and committed by
Greg Kroah-Hartman
e5debaec 9d5d041e

+3 -3
+1 -1
drivers/staging/rtl8188eu/core/rtw_ioctl_set.c
··· 343 343 *pold_state == Ndis802_11IBSS) { 344 344 if (check_fwstate(pmlmepriv, _FW_LINKED)) 345 345 rtw_indicate_disconnect(padapter); /* will clr Linked_state; before this function, we must have checked whether issue dis-assoc_cmd or not */ 346 - } 346 + } 347 347 348 348 *pold_state = networktype; 349 349
+1 -1
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
··· 145 145 } else { 146 146 DBG_88E("### Clean STA_(%d) info\n", psta->mac_id); 147 147 ODM_CmnInfoPtrArrayHook(podmpriv, ODM_CMNINFO_STA_STATUS, psta->mac_id, NULL); 148 - } 148 + } 149 149 } 150 150 break; 151 151 case HAL_ODM_P2P_STATE:
+1 -1
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
··· 811 811 psecuritypriv->PMKIDList[j].bUsed = false; 812 812 break; 813 813 } 814 - } 814 + } 815 815 } else if (pPMK->cmd == IW_PMKSA_FLUSH) { 816 816 DBG_88E("[rtw_wx_set_pmkid] IW_PMKSA_FLUSH!\n"); 817 817 memset(&psecuritypriv->PMKIDList[0], 0x00, sizeof(struct rt_pmkid_list) * NUM_PMKID_CACHE);