]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
Update to fix minor coding style issues.
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeLoad.c
index d7575ca4a71daec78ac2ee8777f8fa60e921e252..914f4575fdc642753e18824465bb3c510f630165 100644 (file)
@@ -34,7 +34,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
                                 processed. OutputBuffer OutputBuffer is\r
                                 allocated from PEI permanent memory and contains\r
                                 the new section stream.\r
-  @param CompressionSection     A pointer to the input buffer, which contains\r
+  @param InputSection           A pointer to the input buffer, which contains\r
                                 the input section to be processed.\r
   @param OutputBuffer           A pointer to a caller-allocated buffer, whose\r
                                 size is specified by the contents of OutputSize.\r
@@ -75,7 +75,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 EFI_STATUS\r
 CustomGuidedSectionExtract (\r
   IN CONST  EFI_PEI_GUIDED_SECTION_EXTRACTION_PPI *This,\r
-  IN CONST  VOID                                  *CompressionSection,\r
+  IN CONST  VOID                                  *InputSection,\r
   OUT       VOID                                  **OutputBuffer,\r
   OUT       UINTN                                 *OutputSize,\r
   OUT       UINT32                                *AuthenticationStatus\r
@@ -109,7 +109,7 @@ Decompress (
   IN CONST  EFI_COMPRESSION_SECTION *CompressionSection,\r
   OUT       VOID                    **OutputBuffer,\r
   OUT       UINTN                   *OutputSize\r
-);\r
+ );\r
 \r
 \r
 BOOLEAN gInMemory = FALSE;\r