ソースを参照

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
Jeff Johnson 2 年 前
コミット
dc0cfa5342

+ 1 - 1
components/coap/dispatcher/inc/wlan_coap_tgt_api.h

@@ -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
  *

+ 2 - 0
components/coap/dispatcher/inc/wlan_coap_ucfg_api.h

@@ -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
  */