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

qcacld-3.0: components: cp_stats: Fix misspellings

Fix misspellings in components/cp_stats/...

Change-Id: I5b1357e9ed32ad2d2bd0bfd5ad1983ed26c5d536
CRs-Fixed: 3303647
Jeff Johnson 2 жил өмнө
parent
commit
eed27391fb

+ 4 - 4
components/cp_stats/dispatcher/inc/wlan_cp_stats_mc_defs.h

@@ -158,9 +158,9 @@ enum txrate_gi {
  * @mgmt_assoc_resp: association response management frame
  * @mgmt_reassoc: reassociate request management frame
  * @mgmt_reassoc_resp: reassociate response management frame
- * @mgmt_auth: authentication managament frame
+ * @mgmt_auth: authentication management frame
  * @mgmt_deauth: deauthentication management frame
- * @mgmt_action: action managament frame
+ * @mgmt_action: action management frame
  */
 struct wake_lock_stats {
 	uint32_t ucast_wake_up_count;
@@ -535,8 +535,8 @@ struct dot11_counters {
 
 /**
  * struct dot11_mac_statistics - mib stats information on the operation of MAC
- * @retry_cnt: retries done by mac for successful transmition
- * @multi_retry_cnt: multiple retries done before successful transmition
+ * @retry_cnt: retries done by mac for successful transmission
+ * @multi_retry_cnt: multiple retries done before successful transmission
  * @frame_dup_cnt: duplicate no of frames
  * @rts_success_cnt: number of CTS received (in response to RTS)
  * @rts_fail_cnt: number of CTS not received (in response to RTS)

+ 2 - 1
components/cp_stats/dispatcher/inc/wlan_cp_stats_mc_tgt_api.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2018, 2021 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
@@ -59,7 +60,7 @@ tgt_mc_cp_stats_process_stats_event(struct wlan_objmgr_psoc *psoc,
 #ifdef WLAN_SUPPORT_INFRA_CTRL_PATH_STATS
 /**
  * tgt_mc_cp_stats_process_infra_stats_event(): API to process event from
- * cp stats infrastrucure
+ * cp stats infrastructure
  * @psoc: pointer to psoc object
  * @infra_event: infra cp stats event parameters
  *