Smatch reports the following:

  CHECK   drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c:2090 
Hal_ChannelPlanToRegulation() warn: inconsistent indenting

This warning is fixed with a white-space change.

Signed-off-by: Larry Finger <larry.fin...@lwfinger.net>
---
 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 
b/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
index 95fff20e9c4b..566b6f0997da 100644
--- a/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
+++ b/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
@@ -2087,7 +2087,7 @@ void Hal_ChannelPlanToRegulation(struct adapter *Adapter, 
u16 ChannelPlan)
        case RT_CHANNEL_DOMAIN_WORLD_FCC2:
                pHalData->Regulation2_4G = TXPWR_LMT_FCC;
                pHalData->Regulation5G = TXPWR_LMT_FCC;
-                               break;
+               break;
        case RT_CHANNEL_DOMAIN_WORLD_FCC3:
                pHalData->Regulation2_4G = TXPWR_LMT_FCC;
                pHalData->Regulation5G = TXPWR_LMT_FCC;
-- 
2.12.0

Reply via email to