소스 검색

qcacld-3.0: Fix misspelling of 'required'

Fix misspelling 'requried' => 'required'.

Change-Id: I97f4a5c5ed65b8652b9ae5c58683b6240299f58a
CRs-Fixed: 2241938
Jeff Johnson 7 년 전
부모
커밋
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) &&
 		if ((command && (command->sessionId == dup_cmd->sessionId) &&
 			((command->command == dup_cmd->command) &&
 			((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
 			 * scenarios. for STA scenario below OR check will
 			 * suffice as command will always be NULL for
 			 * suffice as command will always be NULL for
 			 * STA scenarios
 			 * STA scenarios