]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/DxeIplPeim/Ia32/ImageRead.c
Code Scrub DxeIpl module.
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / Ia32 / ImageRead.c
index bca3180aada568c6b6908f7c571032755a498dfe..a303c90721946310b21000534fe27cc734860d9e 100644 (file)
@@ -14,10 +14,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #include "DxeIpl.h"\r
 \r
-\r
-\r
-\r
-\r
 /**\r
   Support routine for the PE/COFF Loader that reads a buffer from a PE/COFF file\r
 \r
@@ -50,8 +46,6 @@ PeiImageRead (
   //\r
   // This function assumes 32-bit alignment to increase performance\r
   //\r
-//  ASSERT (ALIGN_POINTER (Destination32, sizeof (UINT32)) == Destination32);\r
-//  ASSERT (ALIGN_POINTER (Source32, sizeof (UINT32)) == Source32);\r
 \r
   Length = *ReadSize;\r
   while (Length-- != 0) {\r
@@ -72,7 +66,7 @@ PeiImageRead (
    @param ImageContext       A pointer to the structure of \r
                              PE_COFF_LOADER_IMAGE_CONTEXT\r
    \r
-   @retval EFI_SUCCESS       This function always return EFI_SUCCESS.\r
+   @retval EFI_SUCCESS       This function always returns EFI_SUCCESS.\r
 \r
 **/\r
 EFI_STATUS\r