]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Dispatcher/Dependency.c
Update to fix minor coding style issues.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Dispatcher / Dependency.c
index 21f08c2a9c823378d1b49da1a137ad392a6a9c39..a3c974b9d9b8959d2c78ffa6802a5cff4d2af17a 100644 (file)
@@ -1,19 +1,18 @@
 /** @file\r
-\r
   DXE Dispatcher Dependency Evaluator\r
 \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
 \r
-Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this 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) 2006 - 2008, Intel Corporation. <BR>\r
+All rights reserved. This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this 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
 \r
 **/\r
 \r
@@ -39,7 +38,6 @@ BOOLEAN *mDepexEvaluationStackPointer = NULL;
                                 stack.\r
 \r
 **/\r
-STATIC\r
 EFI_STATUS\r
 GrowDepexStack (\r
   VOID\r
@@ -96,7 +94,6 @@ GrowDepexStack (
                                 stack.\r
 \r
 **/\r
-STATIC\r
 EFI_STATUS\r
 PushBool (\r
   IN BOOLEAN  Value\r
@@ -137,7 +134,6 @@ PushBool (
   @retval EFI_ACCESS_DENIED     The pop operation underflowed the stack\r
 \r
 **/\r
-STATIC\r
 EFI_STATUS \r
 PopBool (\r
   OUT BOOLEAN  *Value\r