net: wireless: rockchip_wlan: rtl8822bs: Fix clang warning

drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/phydm_dfs.c:1676:4:
warning: misleading indentation; statement is not part of the previous 'if'
[-Wmisleading-indentation]
                        dfs->pri_cond4 = 1;
                        ^

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ieee0b2dac1d5fd6342bd7f6fd6a3e67af4c9b26c
This commit is contained in:
Tao Huang
2020-06-11 10:25:38 +08:00
parent eefa365d11
commit b155a5d744

View File

@@ -1673,7 +1673,7 @@ void phydm_dfs_histogram_radar_distinguish(
dfs->pri_cond3 = 1;
/*@Cancel the condition that the abs between pri and pw*/
dfs->pri_cond4 = 1;
dfs->pri_cond4 = 1;
if (dfs->pri_hold_sum[5] <= dfs->pri_sum_g5_th)
dfs->pri_cond5 = 1;