qcacld-3.0: Fix CoAP documentation

The kernel-doc script identified several documentation issues in
components/coap, so fix them.

Change-Id: Iec06bb65071e4d9b1ee8787da84e66ba4ffb0028
CRs-Fixed: 3352334
This commit is contained in:
Jeff Johnson
2022-12-02 22:06:12 -08:00
committed by Madan Koyyalamudi
parent 6798fa21ee
commit dc0cfa5342
2 changed files with 3 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ tgt_send_coap_offload_periodic_tx_disable(struct wlan_objmgr_vdev *vdev,
uint32_t req_id);
/**
* wlan_coap_offload_cache_get() - get cached CoAP messages
* tgt_send_coap_offload_cache_get() - get cached CoAP messages
* @vdev: pointer to vdev object
* @req_id: request id
*

View File

@@ -41,6 +41,8 @@ ucfg_coap_offload_reply_enable(struct wlan_objmgr_vdev *vdev,
* ucfg_coap_offload_reply_disable() - API to disable CoAP offload reply
* @vdev: pointer to vdev object
* @req_id: request id
* @cbk: callback function to invoke with cached data
* @context: caller-supplied context
*
* Return: status of operation
*/