qcacld-3.0: Fix typo "retrive"
Replace typo "retrive" with correct spelling "retrieve". Change-Id: I09ae4ea41031a0a8108e1b60494eedb8751c5b3e CRs-Fixed: 2238297
This commit is contained in:

zatwierdzone przez
nshrivas

rodzic
06095fbeac
commit
6201829f3a
@@ -1266,7 +1266,7 @@ QDF_STATUS cds_dp_close(struct wlan_objmgr_psoc *psoc)
|
||||
/**
|
||||
* cds_get_context() - get context data area
|
||||
*
|
||||
* @moduleId: ID of the module who's context data is being retrived.
|
||||
* @moduleId: ID of the module who's context data is being retrieved.
|
||||
*
|
||||
* Each module in the system has a context / data area that is allocated
|
||||
* and managed by CDS. This API allows any user to get a pointer to its
|
||||
|
@@ -3163,7 +3163,7 @@ static void *htt_rx_in_ord_mpdu_desc_list_next_ll(htt_pdev_handle pdev,
|
||||
* for HL, the returned value is not mpdu_desc,
|
||||
* it's translated hl_rx_desc just after the hl_ind_msg
|
||||
* for HL AMSDU, we can't point to payload now, because
|
||||
* hl rx desc is not fixed, we can't retrive the desc
|
||||
* hl rx desc is not fixed, we can't retrieve the desc
|
||||
* by minus rx_desc_size when release. keep point to hl rx desc
|
||||
* now
|
||||
*
|
||||
|
@@ -3516,7 +3516,7 @@ void hdd_set_station_ops(struct net_device *dev)
|
||||
* @name: User-visible name of the interface
|
||||
*
|
||||
* hdd adapter pointer would point to the netdev->priv space, this function
|
||||
* would retrive the pointer, and setup the hdd adapter configuration.
|
||||
* would retrieve the pointer, and setup the hdd adapter configuration.
|
||||
*
|
||||
* Return: the pointer to hdd adapter, otherwise NULL
|
||||
*/
|
||||
|
@@ -4732,7 +4732,7 @@ tLimPreAuthNode *lim_acquire_free_pre_auth_node(tpAniSirGlobal pMac,
|
||||
|
||||
/** -------------------------------------------------------------
|
||||
\fn lim_get_pre_auth_node_from_index
|
||||
\brief Depending on the Index this retrives the pre auth node.
|
||||
\brief Depending on the Index this retrieves the pre auth node.
|
||||
\param tpAniSirGlobal pMac
|
||||
\param tpLimPreAuthTable pAuthTable
|
||||
\param uint32_t authNodeIdx
|
||||
|
Reference in New Issue
Block a user