Эх сурвалжийг харах

qcacmn: Fix typo "recieve"

Replace typo "recieve" with correct spelling "receive".

Change-Id: I7d88e57b97fa6d217630d4a5d5c365b56e714428
CRs-Fixed: 2238309
Jeff Johnson 7 жил өмнө
parent
commit
951133e572

+ 2 - 2
wmi_unified_param.h

@@ -2899,7 +2899,7 @@ enum packet_filter_comp_type {
 };
 };
 
 
 /**
 /**
- * struct rcv_pkt_filter_params - recieve packet filter parameters
+ * struct rcv_pkt_filter_params - receive packet filter parameters
  * @protocolLayer - protocol layer
  * @protocolLayer - protocol layer
  * @cmpFlag - comparison flag
  * @cmpFlag - comparison flag
  * @dataLength - data length
  * @dataLength - data length
@@ -2919,7 +2919,7 @@ struct rcv_pkt_filter_params {
 };
 };
 
 
 /**
 /**
- * struct rcv_pkt_filter_config - recieve packet filter info
+ * struct rcv_pkt_filter_config - receive packet filter info
  * @filterId - filter id
  * @filterId - filter id
  * @filterType - filter type
  * @filterType - filter type
  * @numFieldParams - no of fields
  * @numFieldParams - no of fields

+ 1 - 1
wmi_unified_priv.h

@@ -1726,7 +1726,7 @@ struct wmi_soc {
 	struct wmi_ops *ops;
 	struct wmi_ops *ops;
 	const uint32_t *svc_ids;
 	const uint32_t *svc_ids;
 	uint32_t wmi_events[wmi_events_max];
 	uint32_t wmi_events[wmi_events_max];
-	/* WMI service bitmap recieved from target */
+	/* WMI service bitmap received from target */
 	uint32_t *wmi_service_bitmap;
 	uint32_t *wmi_service_bitmap;
 	uint32_t *wmi_ext_service_bitmap;
 	uint32_t *wmi_ext_service_bitmap;
 #ifndef CONFIG_MCL
 #ifndef CONFIG_MCL