diff --git a/wmi_unified_param.h b/wmi_unified_param.h index 426751cfc1..da06b0ef6a 100644 --- a/wmi_unified_param.h +++ b/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 * @cmpFlag - comparison flag * @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 * @filterType - filter type * @numFieldParams - no of fields diff --git a/wmi_unified_priv.h b/wmi_unified_priv.h index 49fc4002ef..a735ae1b13 100644 --- a/wmi_unified_priv.h +++ b/wmi_unified_priv.h @@ -1726,7 +1726,7 @@ struct wmi_soc { struct wmi_ops *ops; const uint32_t *svc_ids; 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_ext_service_bitmap; #ifndef CONFIG_MCL