qcacld-3.0: components: target_if: Fix misspellings

Fix misspellings in components/target_if/...

Change-Id: I0beae0116127034c4c5effb3d48f0cc1356d720f
CRs-Fixed: 3303634
此提交包含在:
Jeff Johnson
2022-09-29 14:24:51 -07:00
提交者 Madan Koyyalamudi
父節點 fe99b99d11
當前提交 1f2062962b
共有 4 個檔案被更改,包括 7 行新增6 行删除

查看文件

@@ -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);

查看文件

@@ -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
*/

查看文件

@@ -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;

查看文件

@@ -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
*/