mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user