]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Hand/Locate.c
Update to fix minor coding style issues.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Hand / Locate.c
index 9c423837911d8259980c33a9c1253cc62d886794..c8ea7a83a8cf557ef0215bb1f042b677d1a5bf96 100644 (file)
@@ -1,15 +1,14 @@
-/** @file \r
+/** @file\r
+  Locate handle functions\r
 \r
-  Locate handle functions \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
-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
+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
@@ -50,7 +49,6 @@ IHANDLE *
                                  returned if it's the end of the list.\r
 \r
 **/\r
-STATIC\r
 IHANDLE *\r
 CoreGetNextLocateAllHandles (\r
   IN OUT LOCATE_POSITION    *Position,\r
@@ -70,7 +68,6 @@ CoreGetNextLocateAllHandles (
                                  returned if it's the end of the list.\r
 \r
 **/\r
-STATIC\r
 IHANDLE *\r
 CoreGetNextLocateByRegisterNotify (\r
   IN OUT LOCATE_POSITION    *Position,\r
@@ -89,7 +86,6 @@ CoreGetNextLocateByRegisterNotify (
                                  returned if it's the end of the list.\r
 \r
 **/\r
-STATIC\r
 IHANDLE *\r
 CoreGetNextLocateByProtocol (\r
   IN OUT LOCATE_POSITION    *Position,\r
@@ -276,7 +272,6 @@ CoreLocateHandle (
                                  returned if it's the end of the list.\r
 \r
 **/\r
-STATIC\r
 IHANDLE *\r
 CoreGetNextLocateAllHandles (\r
   IN OUT LOCATE_POSITION    *Position,\r
@@ -317,7 +312,6 @@ CoreGetNextLocateAllHandles (
                                  returned if it's the end of the list.\r
 \r
 **/\r
-STATIC\r
 IHANDLE *\r
 CoreGetNextLocateByRegisterNotify (\r
   IN OUT LOCATE_POSITION    *Position,\r
@@ -368,7 +362,6 @@ CoreGetNextLocateByRegisterNotify (
                                  returned if it's the end of the list.\r
 \r
 **/\r
-STATIC\r
 IHANDLE *\r
 CoreGetNextLocateByProtocol (\r
   IN OUT LOCATE_POSITION    *Position,\r