ソースを参照

qcacld-3.0: Fix misspellings of 'unknown'

Fix misspellings 'unknow' => 'unknown'

Change-Id: I7593ddf74df9c7917bd94819953ef0603c15a933
CRs-Fixed: 2240061
Jeff Johnson 7 年 前
コミット
bbca3d503c
2 ファイル変更3 行追加3 行削除
  1. 2 2
      core/sme/src/csr/csr_api_roam.c
  2. 1 1
      core/wma/src/wma_mgmt.c

+ 2 - 2
core/sme/src/csr/csr_api_roam.c

@@ -4271,8 +4271,8 @@ QDF_STATUS csr_roam_call_callback(tpAniSirGlobal pMac, uint32_t sessionId,
 			 * the reasonCode will be passed to supplicant by
 			 * cfg80211_disconnected. Based on the document,
 			 * the reason code passed to supplicant needs to set
-			 * to 0 if unknow. eSIR_BEACON_MISSED reason code is not
-			 * recognizable so that we set to 0 instead.
+			 * to 0 if unknown. eSIR_BEACON_MISSED reason code is
+			 * not recognizable so that we set to 0 instead.
 			 */
 			roam_info->reasonCode =
 				(roam_info->reasonCode == eSIR_BEACON_MISSED) ?

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

@@ -3574,7 +3574,7 @@ static bool wma_is_pkt_drop_candidate(tp_wma_handle wma_handle,
 	if (!peer) {
 		if (IEEE80211_FC0_SUBTYPE_ASSOC_REQ != subtype) {
 			WMA_LOGI(
-			   FL("Received mgmt frame: %0x from unknow peer: %pM"),
+			   FL("Received mgmt frame: %0x from unknown peer: %pM"),
 			   subtype, peer_addr);
 			should_drop = true;
 		}