]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/SectionExtraction.h
Committing changes to the comments, after review with engineers.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / SectionExtraction.h
index 4489c18ba2a64eb89447daad693689650675579f..e2885b42e57e2b9f3794554f2d2eb534c48b1051 100644 (file)
@@ -52,8 +52,8 @@ typedef struct _EFI_PEI_SECTION_EXTRACTION_PPI EFI_PEI_SECTION_EXTRACTION_PPI;
                                 instance of the requested section type to return.\r
   @param Buffer                 Pointer to a pointer to a buffer in which the section\r
                                 contents are returned.\r
-  @param BufferSize             A pointer to a caller-allocated UINT32.On input, *BufferSize\r
-                                indicates the size in bytes of the memory region pointed to by Buffer.On output,\r
+  @param BufferSize             A pointer to a caller-allocated UINT32. On input, *BufferSize\r
+                                indicates the size in bytes of the memory region pointed to by Buffer. On output,\r
                                 *BufferSize contains the number of bytes required to read the section.\r
   @param AuthenticationStatus   A pointer to a caller-allocated UINT32 in\r
                                 which any metadata from encapsulating GUID-defined sections is returned.\r
@@ -63,7 +63,7 @@ typedef struct _EFI_PEI_SECTION_EXTRACTION_PPI EFI_PEI_SECTION_EXTRACTION_PPI;
   @retval EFI_PROTOCOL_ERROR    A GUID-defined section was encountered in\r
                                 the file with its EFI_GUIDED_SECTION_PROCESSING_REQUIRED bit set, but\r
                                 there was no corresponding GUIDed Section Extraction Protocol in the\r
-                                handle database.*Buffer is unmodified.\r
+                                handle database. *Buffer is unmodified.\r
   @retval EFI_NOT_FOUND         The requested section does not exist.*Buffer is unmodified.\r
   @retval EFI_OUT_OF_RESOURCES  The system has insufficient resources to process the request.\r
   @retval EFI_INVALID_PARAMETER The SectionStreamHandle does not exist.\r