Prechádzať zdrojové kódy

qcacld-3.0: Fix interop_issues_ap documentation

The kernel-doc script identified several documentation issues in
the interop_issues_ap component, so fix them.

Change-Id: Ic603071529ead8b6e884b6d7e43eb98186136162
CRs-Fixed: 3340470
Jeff Johnson 2 rokov pred
rodič
commit
1fdfe7456a

+ 3 - 2
components/interop_issues_ap/core/inc/wlan_interop_issues_ap_api.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -58,7 +59,7 @@ struct interop_issues_ap_psoc_priv_obj {
  *
  * Return: QDF_STATUS
  */
-QDF_STATUS wlan_interop_issues_ap_psoc_enable(struct wlan_objmgr_psoc *soc);
+QDF_STATUS wlan_interop_issues_ap_psoc_enable(struct wlan_objmgr_psoc *psoc);
 
 /**
  * wlan_interop_issues_ap_psoc_disable() - interop issues ap psoc disable
@@ -66,7 +67,7 @@ QDF_STATUS wlan_interop_issues_ap_psoc_enable(struct wlan_objmgr_psoc *soc);
  *
  * Return: QDF_STATUS
  */
-QDF_STATUS wlan_interop_issues_ap_psoc_disable(struct wlan_objmgr_psoc *soc);
+QDF_STATUS wlan_interop_issues_ap_psoc_disable(struct wlan_objmgr_psoc *psoc);
 
 /**
  * wlan_interop_issues_ap_init() - API to init component

+ 3 - 2
components/interop_issues_ap/dispatcher/inc/wlan_interop_issues_ap_tgt_api.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -37,8 +38,8 @@ tgt_interop_issues_ap_info_callback(struct wlan_objmgr_psoc *psoc,
 				    struct wlan_interop_issues_ap_event *rap);
 
 /**
- * tgt_set_interop_issues_ap_req(): API to set interop issues ap to lmac
- * @rx_ops: rx ops struct
+ * tgt_set_interop_issues_ap_req() - API to set interop issues ap to lmac
+ * @psoc: the pointer to psoc object manager
  * @rap: the pointer to interop issues ap info
  *
  * Return: status of operation

+ 2 - 0
components/interop_issues_ap/dispatcher/inc/wlan_interop_issues_ap_ucfg_api.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2019-2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -62,6 +63,7 @@ QDF_STATUS ucfg_interop_issues_ap_deinit(void);
 
 /**
  * ucfg_register_interop_issues_ap_callback() - API to register callback
+ * @pdev: the pointer of pdev object
  * @cbs: pointer to callback structure
  *
  * Return: none