]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / PeimEntryPoint / PeimEntryPoint.c
index 83a1bd8ccc328480242876a09b8926a6905aa635..5b473c56689c76e3a42bf4f769245772fffc083c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Entry point to a PEIM.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 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
@@ -22,11 +22,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 /**\r
   The entry point of PE/COFF Image for a PEIM.\r
 \r
-  This function is the entry point for a PEIM.  This function must call ProcessLibraryConstructorList() \r
+  This function is the entry point for a PEIM.  This function must call ProcessLibraryConstructorList()\r
   and ProcessModuleEntryPointList().  The return value from ProcessModuleEntryPointList() is returned.\r
   If _gPeimRevision is not zero and PeiServices->Hdr.Revision is less than _gPeimRevison, then ASSERT().\r
 \r
-  @param  FileHandle  Handle of the file being invoked. \r
+  @param  FileHandle  Handle of the file being invoked.\r
   @param  PeiServices Describes the list of possible PEI Services.\r
 \r
   @retval  EFI_SUCCESS   The PEIM executed normally.\r
@@ -60,10 +60,10 @@ _ModuleEntryPoint (
 \r
 /**\r
   Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().\r
-  \r
+\r
   This function is required to call _ModuleEntryPoint() passing in FileHandle and PeiServices.\r
 \r
-  @param  FileHandle  Handle of the file being invoked. \r
+  @param  FileHandle  Handle of the file being invoked.\r
   @param  PeiServices Describes the list of possible PEI Services.\r
 \r
   @retval EFI_SUCCESS  The PEIM executed normally.\r