ソースを参照

qcacld-3.0: Fix misspelling of 'retrieve'

Fix misspelling 'retreive' => 'retrieve'

Change-Id: I7fd51f73a911e528e2e17088f7a099056478efc8
CRs-Fixed: 2241935
Jeff Johnson 7 年 前
コミット
6bb5d7852a

+ 1 - 1
core/cds/src/cds_api.c

@@ -1383,7 +1383,7 @@ void *cds_get_context(QDF_MODULE_ID moduleId)
  * module context data area.
  *
  * Return: pointer to the CDS global context, NULL if the function is
- *	   unable to retreive the CDS context.
+ *	   unable to retrieve the CDS context.
  */
 void *cds_get_global_context(void)
 {

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

@@ -5789,7 +5789,7 @@ tSirRetStatus populate_dot11f_assoc_res_wsc_ie(tpAniSirGlobal pMac,
 	wscIe = limGetWscIEPtr(pMac, pRcvdAssocReq->addIE.addIEdata,
 			       pRcvdAssocReq->addIE.length);
 	if (wscIe != NULL) {
-		/* retreive WSC IE from given AssocReq */
+		/* retrieve WSC IE from given AssocReq */
 		ret = dot11f_unpack_ie_wsc_assoc_req(pMac,
 						     /* EID, length, OUI */
 						     (uint8_t *)wscIe + 2 + 4,