Browse Source

qcacld-3.0: Fix OCB Documentation

The kernel-doc script identified a few documentation issues in
components/ocb, so fix them.

Change-Id: I3ddb0c4d556f459bdd15f9ae9110ae7f0bc30b2b
CRs-Fixed: 3359569
Jeff Johnson 2 years ago
parent
commit
f62fc6e253

+ 2 - 1
components/ocb/dispatcher/inc/wlan_ocb_public_structs.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2018-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
@@ -310,7 +311,7 @@ struct wlan_ocb_tx_ops {
 typedef void (*ocb_sync_callback)(void *context, void *response);
 
 /**
- * struct ocb_callback - structure containing callback to legacy driver
+ * struct ocb_callbacks - structure containing callback to legacy driver
  * @ocb_set_config_context: context for set channel config callback
  * @ocb_set_config_callback: set channel config callback
  * @ocb_get_tsf_timer_context: context for get tsf timer callback

+ 4 - 3
components/ocb/dispatcher/inc/wlan_ocb_ucfg_api.h

@@ -129,13 +129,14 @@ QDF_STATUS ucfg_ocb_dcc_update_ndl(struct wlan_objmgr_vdev *vdev,
  * ucfg_ocb_register_for_dcc_stats_event() - register dcc stats
  * events callback
  * @pdev: pdev handle
- * @context: argument for the callback
+ * @ctx: argument for the callback
  * @dcc_stats_cb: callback for dcc stats event
  *
  * Return: QDF_STATUS_SUCCESS on success
  */
 QDF_STATUS ucfg_ocb_register_for_dcc_stats_event(struct wlan_objmgr_pdev *pdev,
 				void *ctx, ocb_sync_callback dcc_stats_cb);
+
 /**
  * ucfg_ocb_init() - OCB module initialization
  *
@@ -196,7 +197,7 @@ QDF_STATUS ucfg_ocb_update_dp_handle(struct wlan_objmgr_psoc *soc,
 
 /**
  * ucfg_ocb_set_txrx_pdev_id() - register txrx pdev id
- * @soc: soc handle
+ * @psoc: soc handle
  * @pdev_id: data path pdev ID
  *
  * Return: QDF_STATUS_SUCCESS on success
@@ -276,7 +277,7 @@ QDF_STATUS ucfg_ocb_update_dp_handle(struct wlan_objmgr_psoc *soc,
 
 /**
  * ucfg_ocb_set_txrx_pdev_id() - register txrx pdev id
- * @soc: soc handle
+ * @psoc: soc handle
  * @pdev_id: data path pdev ID
  *
  * Return: QDF_STATUS_SUCCESS on success

+ 1 - 1
components/ocb/dispatcher/src/wlan_ocb_tgt_api.c

@@ -211,7 +211,7 @@ flush_ref:
  * tgt_ocb_dcc_stats_indicate() - handler for DCC stats indication
  * @psoc: psoc handle
  * @response: DCC stats
- * @bool: true for active query, false for passive indicate
+ * @active: true for active query, false for passive indicate
  *
  * Return: QDF_STATUS_SUCCESS on success
  */