diff --git a/components/target_if/connection_mgr/src/target_if_cm_roam_event.c b/components/target_if/connection_mgr/src/target_if_cm_roam_event.c index ed13fb0b3b..fce583bd5a 100644 --- a/components/target_if/connection_mgr/src/target_if_cm_roam_event.c +++ b/components/target_if/connection_mgr/src/target_if_cm_roam_event.c @@ -160,7 +160,7 @@ target_if_roam_register_common_events(struct wlan_objmgr_psoc *psoc) return QDF_STATUS_E_FAILURE; } - /* Register for LFR2/3 commmon roam event */ + /* Register for LFR2/3 common roam event */ ret = wmi_unified_register_event_handler(handle, wmi_roam_event_id, target_if_cm_roam_event, WMI_RX_SERIALIZER_CTX); @@ -410,7 +410,7 @@ target_if_cm_roam_vdev_disconnect_event_handler(ol_scn_t scn, uint8_t *event, /** * This can be called from IRQ context for WOW events. There is no * issue currently as this event is posted to scheduler thread from - * wma_handle_disconnect_reason(). Avoid aquiring mutex/sleep in this + * wma_handle_disconnect_reason(). Avoid acquiring mutex/sleep in this * context in future and post a message to scheduler thread if needed. */ qdf_status = roam_rx_ops->vdev_disconnect_event(data); diff --git a/components/target_if/connection_mgr/src/target_if_cm_roam_offload.c b/components/target_if/connection_mgr/src/target_if_cm_roam_offload.c index a9e9aae92c..05e0585f6b 100644 --- a/components/target_if/connection_mgr/src/target_if_cm_roam_offload.c +++ b/components/target_if/connection_mgr/src/target_if_cm_roam_offload.c @@ -1784,10 +1784,10 @@ end: } /** - * target_if_cm_roam_register_rso_req_ops() - Register rso req tx ops fucntions + * target_if_cm_roam_register_rso_req_ops() - Register rso req tx ops functions * @tx_ops: tx ops * - * This function is used to register rso req tx ops fucntions + * This function is used to register rso req tx ops functions * * Return: none */ diff --git a/components/target_if/cp_stats/src/target_if_mc_cp_stats.c b/components/target_if/cp_stats/src/target_if_mc_cp_stats.c index ed202e0763..13af9f0d5e 100644 --- a/components/target_if/cp_stats/src/target_if_mc_cp_stats.c +++ b/components/target_if/cp_stats/src/target_if_mc_cp_stats.c @@ -1591,7 +1591,7 @@ static QDF_STATUS target_if_cp_stats_send_stats_req( /* only very frequent periodic stats needs to go over QMI. * for that, wlan_hdd_qmi_get_sync_resume/wlan_hdd_qmi_put_suspend * needs to be called to cover the period between qmi send and - * qmi resonse. + * qmi response. */ if (TYPE_STATION_STATS == type) param.is_qmi_send_support = true; diff --git a/components/target_if/tdls/inc/target_if_tdls.h b/components/target_if/tdls/inc/target_if_tdls.h index be52c1ebb5..6f4d2399eb 100644 --- a/components/target_if/tdls/inc/target_if_tdls.h +++ b/components/target_if/tdls/inc/target_if_tdls.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2017-2019 The Linux Foundation. All rights reserved. + * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -55,7 +56,7 @@ target_if_tdls_update_peer_state(struct wlan_objmgr_psoc *psoc, /** * target_if_tdls_set_offchan_mode() - lmac handler to set tdls off channel mode * @psoc: psoc object - * @params: tdls channel swithc params + * @params: tdls channel switch params * * Return: QDF_STATUS */