浏览代码

qcacld-3.0: Fix documentation errors for action oui API

Change "psoc" to "psoc_priv" in documentation of
wlan_action_oui_cleanup.
Correct documentation of API name for action_oui_psoc_enable.

Change-Id: I9e3adbf69ca40967f2680114f4c7f1bb22c391a1
CRs-Fixed: 3323128
Liangwei Dong 2 年之前
父节点
当前提交
b15dc8b3d3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      components/action_oui/core/inc/wlan_action_oui_main.h

+ 2 - 2
components/action_oui/core/inc/wlan_action_oui_main.h

@@ -108,7 +108,7 @@ bool wlan_action_oui_is_empty(struct wlan_objmgr_psoc *psoc,
 
 /**
  * wlan_action_oui_cleanup() - Remove all of existing oui entry.
- * @psoc: objmgr psoc object
+ * @psoc_priv: action oui objmgr private context
  * @action_id: type of action to be removed
  *
  * This is a wrapper function which invokes internal function to remove
@@ -121,7 +121,7 @@ wlan_action_oui_cleanup(struct action_oui_psoc_priv *psoc_priv,
 			enum action_oui_id action_id);
 
 /**
- * action_oui_psoc_disable() - Notify action OUI psoc enable
+ * action_oui_psoc_enable() - Notify action OUI psoc enable
  * @psoc: objmgr psoc object
  *
  * Return: void