Parcourir la source

qcacld-3.0: Fix typos "sucess" and "sucessful"

Replace typos "sucess" and "sucessful" with correct spellings
"success" and "successful"

Change-Id: I30746cbab4533da9b052261fa9bb87214188138b
CRs-Fixed: 2237724
Jeff Johnson il y a 7 ans
Parent
commit
5ead5ab10f

+ 1 - 1
core/dp/txrx/ol_txrx.c

@@ -4820,7 +4820,7 @@ static ol_txrx_vdev_handle ol_txrx_get_vdev_from_sta_id(uint8_t sta_id)
  * @osif_fc_ctx: callback context
  * @flow_control_is_pause: is vdev paused by flow control
  *
- * Return: 0 for sucess or error code
+ * Return: 0 for success or error code
  */
 static int ol_txrx_register_tx_flow_control(uint8_t vdev_id,
 	ol_txrx_tx_flow_control_fp flowControl, void *osif_fc_ctx,

+ 3 - 3
core/dp/txrx/ol_txrx_encap.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2014-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012, 2014-2016, 2018 The Linux Foundation. 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
@@ -42,7 +42,7 @@
  * @param msdu - qdf_nbuf_t
  * @param msdu_info - informations from tx classification.
  * @return
- *     A_OK: encap operation sucessful
+ *     A_OK: encap operation successful
  *     other: operation failed,the msdu need be dropped.
  */
 A_STATUS
@@ -69,7 +69,7 @@ struct ol_rx_decap_info_t {
  * @param msdu - qdf_nbuf_t
  * @param info - ol_rx_decap_info_t: context info for decap
  * @return
- *     A_OK: decap operation sucessful
+ *     A_OK: decap operation successful
  *     other: operation failed,the msdu need be dropped.
  */
 A_STATUS

+ 2 - 2
core/dp/txrx/ol_txrx_flow_control.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2018 The Linux Foundation. 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
@@ -429,7 +429,7 @@ static int ol_tx_move_desc_n(struct ol_tx_flow_pool_t *src_pool,
  * Distribute all descriptors of source pool to all
  * deficient pools as per flow_pool_list.
  *
- * Return: 0 for sucess
+ * Return: 0 for success
  */
 static int
 ol_tx_distribute_descs_to_deficient_pools(struct ol_tx_flow_pool_t *src_pool)

+ 2 - 2
core/hdd/inc/wlan_hdd_main.h

@@ -2912,7 +2912,7 @@ static inline void hdd_send_peer_status_ind_to_app(
  *
  * Send P2P quota value to FW
  *
- * Return: 0 sucess else failure
+ * Return: 0 success else failure
  */
 int wlan_hdd_send_p2p_quota(struct hdd_adapter *adapter, int sval);
 
@@ -2923,7 +2923,7 @@ int wlan_hdd_send_p2p_quota(struct hdd_adapter *adapter, int sval);
  *
  * Send MCC latency value to FW
  *
- * Return: 0 sucess else failure
+ * Return: 0 success else failure
  */
 int wlan_hdd_send_mcc_latency(struct hdd_adapter *adapter, int sval);
 

+ 1 - 1
core/mac/src/pe/lim/lim_process_assoc_req_frame.c

@@ -2109,7 +2109,7 @@ sendIndToSme:
 		goto error;
 	}
 
-	/* AddSta is sucess here */
+	/* AddSta is success here */
 	if (LIM_IS_AP_ROLE(session) && IS_DOT11_MODE_HT(session->dot11mode) &&
 		assoc_req->HTCaps.present && assoc_req->wmeInfoPresent) {
 		/*

+ 1 - 1
core/mac/src/pe/lim/lim_process_tdls.c

@@ -474,7 +474,7 @@ static uint32_t lim_prepare_tdls_frame_header(tpAniSirGlobal pMac, uint8_t *pFra
  * lim_mgmt_tdls_tx_complete - callback to indicate Tx completion
  * @context: pointer to mac structure
  * @buf: buffer
- * @tx_complete: indicates tx sucess/failure
+ * @tx_complete: indicates tx success/failure
  * @params: tx completion params
  *
  * function will be invoked on receiving tx completion indication

+ 1 - 1
core/mac/src/sys/legacy/src/utils/src/parser_api.c

@@ -396,7 +396,7 @@ populate_dot11f_country(tpAniSirGlobal pMac,
  * This routine will populate DS param in management frame like
  * beacon, probe response, and etc.
  *
- * Return: Overall sucess
+ * Return: Overall success
  */
 tSirRetStatus
 populate_dot11f_ds_params(tpAniSirGlobal mac_ctx,

+ 1 - 1
core/wma/src/wma_data.c

@@ -987,7 +987,7 @@ int wma_peer_state_change_event_handler(void *handle,
  *
  * This function enable/disable mcc adaptive scheduler in fw.
  *
- * Return: QDF_STATUS_SUCCESS for sucess or error code
+ * Return: QDF_STATUS_SUCCESS for success or error code
  */
 QDF_STATUS wma_set_enable_disable_mcc_adaptive_scheduler(uint32_t
 							 mcc_adaptive_scheduler)