]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/GuidedSectionExtraction.h
Remove BugBug in comments and adjust function header according to code style doc.
[mirror_edk2.git] / MdePkg / Include / Protocol / GuidedSectionExtraction.h
index d98c56a7bcabf2574e5b64259ecf4be782eac6e5..8368e281a8af75bc5fafd94b67a3f35931e58855 100644 (file)
@@ -49,20 +49,20 @@ typedef struct _EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL  EFI_GUIDED_SECTION_EXTRA
   Processes the input section and returns the data contained therein along \r
   with the authentication status.\r
 \r
-  @param  This                  Indicates the EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL instance.  \r
-  @param  InputSection          Buffer containing the input GUIDed section to be processed.  \r
-  @param  OutputBuffer          *OutputBuffer is allocated from boot services pool memory \r
-                                and contains the new section stream.  \r
-  @param  OutputSize            A pointer to a caller-allocated UINTN in which the size \r
-                                of *OutputBuffer allocation is stored.   \r
-  @param  AuthenticationStatus  A pointer to a caller-allocated UINT32 that \r
+  @param  This                  Indicates the EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL instance.\r
+  @param  InputSection          Buffer containing the input GUIDed section to be processed.\r
+  @param  OutputBuffer          *OutputBuffer is allocated from boot services pool memory\r
+                                and contains the new section stream.\r
+  @param  OutputSize            A pointer to a caller-allocated UINTN in which the size\r
+                                of *OutputBuffer allocation is stored.\r
+  @param  AuthenticationStatus  A pointer to a caller-allocated UINT32 that\r
                                 indicates the authentication status of the output buffer.\r
                                 \r
-  @retval EFI_SUCCESS           The InputSection was successfully processed and the \r
+  @retval EFI_SUCCESS           The InputSection was successfully processed and the\r
                                 section contents were returned.\r
-  @retval EFI_OUT_OF_RESOURCES  The system has insufficient resources to \r
+  @retval EFI_OUT_OF_RESOURCES  The system has insufficient resources to\r
                                 process the request.\r
-  @retval EFI_INVALID_PARAMETER The GUID in InputSection does not match \r
+  @retval EFI_INVALID_PARAMETER The GUID in InputSection does not match\r
                                 this instance of the GUIDed Section Extraction Protocol.\r
 \r
 **/\r