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:

committed by
Madan Koyyalamudi

szülő
6798fa21ee
commit
dc0cfa5342
@@ -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
|
||||
*
|
||||
|
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user