]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StandaloneMmPkg/Core/Dependency.c
StandaloneMmPkg: Fix ECC error 4002 in StandaloneMmCpu
[mirror_edk2.git] / StandaloneMmPkg / Core / Dependency.c
index 365007d8aedaf7d48aeabb49228890c0b80e702b..eb4baa4086f03435324589c0bde58d7550cb49b1 100644 (file)
@@ -3,17 +3,11 @@
 \r
   This routine evaluates a dependency expression (DEPENDENCY_EXPRESSION) to determine\r
   if a driver can be scheduled for execution.  The criteria for\r
-  schedulability is that the dependency expression is satisfied.\r
+  scheduling is that the dependency expression is satisfied.\r
 \r
   Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
-  Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>\r
-  This program and the accompanying materials are licensed and made available\r
-  under the terms and conditions of the BSD License which accompanies this\r
-  distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  Copyright (c) 2016 - 2021, Arm Limited. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -199,7 +193,7 @@ MmIsSchedulable (
   if (DriverEntry->Depex == NULL) {\r
     //\r
     // A NULL Depex means that the MM driver is not built correctly.\r
-    // All MM drivers must have a valid depex expressiion.\r
+    // All MM drivers must have a valid depex expression.\r
     //\r
     DEBUG ((DEBUG_DISPATCH, "  RESULT = FALSE (Depex is empty)\n"));\r
     ASSERT (FALSE);\r
@@ -378,7 +372,7 @@ MmIsSchedulable (
     // The math is done out of order, but it should not matter. That is\r
     // we may add in the sizeof (EFI_GUID) before we account for the OP Code.\r
     // This is not an issue, since we just need the correct end result. You\r
-    // need to be careful using Iterator in the loop as it's intermediate value\r
+    // need to be careful using Iterator in the loop as its intermediate value\r
     // may be strange.\r
     //\r
     Iterator++;\r