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