Pārlūkot izejas kodu

qcacld-3.0: Fix misspelling of 'required'

Fix misspelling 'requried' => 'required'.

Change-Id: I97f4a5c5ed65b8652b9ae5c58683b6240299f58a
CRs-Fixed: 2241938
Jeff Johnson 7 gadi atpakaļ
vecāks
revīzija
265d6a7f23
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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