Parcourir la source

qcacld-3.0: Kernel doc mismatch in policy_mgr_are_sbs_chan()

Kernel doc mismatch in policy_mgr_are_sbs_chan(). Correct it
by adding proper argument.

Change-Id: Ic72659df96bac1f98323ec7a9d339d0a975434a0
CRs-Fixed: 3336165
Jyoti Kumari il y a 2 ans
Parent
commit
f75b4b4cca
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      components/cmn_services/policy_mgr/inc/wlan_policy_mgr_api.h

+ 1 - 2
components/cmn_services/policy_mgr/inc/wlan_policy_mgr_api.h

@@ -3013,8 +3013,7 @@ policy_mgr_allow_4th_new_freq(struct wlan_objmgr_psoc *psoc,
  * policy_mgr_are_sbs_chan() - Function to check whether both the
  * input frequency are in SBS frequency range
  *
- * @pm_ctx: Policy Mgr context
- * @freq_range: freq range to check
+ * @psoc: Pointer to Psoc
  * @freq_1: Frequency 1 to check
  * @freq_2: Frequency 2 to check
  *