net: wireless: rockchip_wlan: rtl8821cs: Fix clang warning

drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/phydm_dfs.c:1507: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: I2aabcd339f71061872327712fbfeb39176073c69
This commit is contained in:
Tao Huang
2020-09-21 17:37:12 +08:00
parent 56a06f65ac
commit 0e3ad9a0f4

View File

@@ -1504,7 +1504,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;