]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/BootScriptExecuter.h
Remove BugBug in comments and adjust function header according to code style doc.
[mirror_edk2.git] / MdePkg / Include / Ppi / BootScriptExecuter.h
index b73396d7fa2414aa90965a8dfe9fa9bb384af4f6..5b10292dffa10c0a0575696dc4456cd4ed68865b 100644 (file)
@@ -31,25 +31,19 @@ typedef struct _EFI_PEI_BOOT_SCRIPT_EXECUTER_PPI EFI_PEI_BOOT_SCRIPT_EXECUTER_PP
 /**\r
   Executes the Framework boot script table.\r
 \r
-  @param  PeiServices A pointer to the system PEI Services Table.\r
-  \r
-  @param  This A pointer to the EFI_PEI_BOOT_SCRIPT_EXECUTER_PPI instance.\r
-  \r
-  @param  Address The physical memory address where the table is stored. \r
-  It must be zero if the table to be executed is stored in a firmware volume file.\r
-  \r
-  @param  FvFile The firmware volume file name that contains the table to \r
-  be executed. It must be NULL if the table to be executed is stored in physical memory.\r
-\r
-  @retval EFI_SUCCESS The boot script table was executed successfully.\r
-  \r
+  @param  PeiServices    A pointer to the system PEI Services Table.\r
+  @param  This           A pointer to the EFI_PEI_BOOT_SCRIPT_EXECUTER_PPI instance.\r
+  @param  Address        The physical memory address where the table is stored.\r
+                         It must be zero if the table to be executed is stored in a firmware volume file.\r
+  @param  FvFile         The firmware volume file name that contains the table to\r
+                         be executed. It must be NULL if the table to be executed is stored in physical memory.\r
+\r
+  @retval EFI_SUCCESS           The boot script table was executed successfully.\r
   @retval EFI_INVALID_PARAMETER Address is zero and FvFile is NULL.\r
-  \r
-  @retval EFI_NOT_FOUND The file name specified in FvFile cannot be found.\r
-  \r
-  @retval EFI_UNSUPPORTED The format of the boot script table is invalid.\r
-  Or An unsupported opcode occurred in the table.\r
-  Or There were opcode execution errors, such as an insufficient dependency.\r
+  @retval EFI_NOT_FOUND         The file name specified in FvFile cannot be found.\r
+  @retval EFI_UNSUPPORTED       The format of the boot script table is invalid.\r
+                                Or An unsupported opcode occurred in the table.\r
+                                Or There were opcode execution errors, such as an insufficient dependency.\r
 \r
 **/\r
 typedef\r