From: Michael Straube Date: Sun, 21 Apr 2019 16:56:28 +0000 (+0200) Subject: staging: rtl8188eu: cleanup indenting issue in odm.c X-Git-Tag: v5.15~6451^2~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f7741bb87a06d02d86f16d70430c44d549ac9d9;p=platform%2Fkernel%2Flinux-starfive.git staging: rtl8188eu: cleanup indenting issue in odm.c Cleanup indenting issue reported by checkpatch. WARNING: suspect code indent for conditional statements (8, 17) Signed-off-by: Michael Straube Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/hal/odm.c b/drivers/staging/rtl8188eu/hal/odm.c index 95a8fc2..74f7c9c 100644 --- a/drivers/staging/rtl8188eu/hal/odm.c +++ b/drivers/staging/rtl8188eu/hal/odm.c @@ -1096,7 +1096,7 @@ void odm_EdcaTurboCheckCE(struct odm_dm_struct *pDM_Odm) } else { /* Turn Off EDCA turbo here. */ /* Restore original EDCA according to the declaration of AP. */ - if (pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA) { + if (pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA) { usb_write32(Adapter, REG_EDCA_BE_PARAM, Adapter->HalData->AcParam_BE); pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA = false;