qcacld-3.0: components: target_if: Fix misspellings

Fix misspellings in components/target_if/...

Change-Id: I0beae0116127034c4c5effb3d48f0cc1356d720f
CRs-Fixed: 3303634
This commit is contained in:
Jeff Johnson
2022-09-29 14:24:51 -07:00
committed by Madan Koyyalamudi
parent fe99b99d11
commit 1f2062962b
4 changed files with 7 additions and 6 deletions

View File

@@ -160,7 +160,7 @@ target_if_roam_register_common_events(struct wlan_objmgr_psoc *psoc)
return QDF_STATUS_E_FAILURE; 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, ret = wmi_unified_register_event_handler(handle, wmi_roam_event_id,
target_if_cm_roam_event, target_if_cm_roam_event,
WMI_RX_SERIALIZER_CTX); 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 * This can be called from IRQ context for WOW events. There is no
* issue currently as this event is posted to scheduler thread from * 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. * context in future and post a message to scheduler thread if needed.
*/ */
qdf_status = roam_rx_ops->vdev_disconnect_event(data); qdf_status = roam_rx_ops->vdev_disconnect_event(data);

View File

@@ -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 * @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 * Return: none
*/ */

View File

@@ -1591,7 +1591,7 @@ static QDF_STATUS target_if_cp_stats_send_stats_req(
/* only very frequent periodic stats needs to go over QMI. /* only very frequent periodic stats needs to go over QMI.
* for that, wlan_hdd_qmi_get_sync_resume/wlan_hdd_qmi_put_suspend * 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 * needs to be called to cover the period between qmi send and
* qmi resonse. * qmi response.
*/ */
if (TYPE_STATION_STATS == type) if (TYPE_STATION_STATS == type)
param.is_qmi_send_support = true; param.is_qmi_send_support = true;

View File

@@ -1,5 +1,6 @@
/* /*
* Copyright (c) 2017-2019 The Linux Foundation. All rights reserved. * 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 * Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the * 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 * target_if_tdls_set_offchan_mode() - lmac handler to set tdls off channel mode
* @psoc: psoc object * @psoc: psoc object
* @params: tdls channel swithc params * @params: tdls channel switch params
* *
* Return: QDF_STATUS * Return: QDF_STATUS
*/ */