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.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        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;