qcacld-3.0: components: coap: Fix misspellings

Fix misspellings in components/coap/...

Change-Id: I5f8b945b0d9a2d234538ffd3a77dab98fcb83b9a
CRs-Fixed: 3303648
This commit is contained in:
Jeff Johnson
2022-09-29 14:38:59 -07:00
zatwierdzone przez Madan Koyyalamudi
rodzic 6fb144a6f4
commit 6c9e2b8139

Wyświetl plik

@@ -29,13 +29,13 @@
* @cache_timeout: the cached packet expire timeout in ms
* @src_ip_v4: source IPv4 address for sending reply message
* @src_udp_port: source udp port for sending reply message
* @dest_ip_v4: destination IPv4 address to match recived CoAP message
* @dest_ip_v4: destination IPv4 address to match received CoAP message
* @dest_ip_v4_is_bc: indicate whether the destination address is broadcast
* address or not
* @dest_udp_port: destination UDP port to match recived CoAP message
* @verify_offset: UDP payload offset to match recived CoAP message
* @verify_len: UDP payload length to match recived CoAP message
* @verify: pointer to binary data to match recived CoAP message
* @dest_udp_port: destination UDP port to match received CoAP message
* @verify_offset: UDP payload offset to match received CoAP message
* @verify_len: UDP payload length to match received CoAP message
* @verify: pointer to binary data to match received CoAP message
* @coapmsg_len: CoAP reply message length
* @coapmsg: pointer to CoAP reply message
*/
@@ -57,7 +57,7 @@ struct coap_offload_reply_param {
/**
* struct coap_offload_periodic_tx_param - parameters to enable CoAP offload
* periodic tranmitting
* periodic transmitting
* @vdev_id: vdev id
* @pattern_id: pattern id
* @src_ip_v4: IPv4 address for sending CoAP message