瀏覽代碼

qcacld-3.0: Fix misspelling of 'required'

Fix misspelling 'requried' => 'required'.

Change-Id: I97f4a5c5ed65b8652b9ae5c58683b6240299f58a
CRs-Fixed: 2241938
Jeff Johnson 6 年之前
父節點
當前提交
265d6a7f23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/sme/src/csr/csr_api_roam.c

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

@@ -3916,7 +3916,7 @@ static void csr_roam_remove_duplicate_pending_cmd_from_list(
 		if ((command && (command->sessionId == dup_cmd->sessionId) &&
 			((command->command == dup_cmd->command) &&
 			/*
-			 * This peermac check is requried for Softap/GO
+			 * This peermac check is required for Softap/GO
 			 * scenarios. for STA scenario below OR check will
 			 * suffice as command will always be NULL for
 			 * STA scenarios