]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.c
MdeModulePkg: Make function comments and function match in UI codes
[mirror_edk2.git] / MdeModulePkg / Library / BootMaintenanceManagerUiLib / BootMaintenanceManagerCustomizedUiSupport.c
index 5156975b680890a0757d63d8961541eb9e8dba8d..b25bc67c063c0d9629b6cc9eae674a6effbe41fe 100644 (file)
@@ -32,7 +32,8 @@ STATIC UI_HII_DRIVER_INSTANCE       *gHiiDriverList;
 /**\r
   Create the dynamic item to allow user to set the "BootNext" vaule.\r
 \r
-  @param CallbackData    The BMM context data.\r
+  @param[in]    HiiHandle           The hii handle for the Uiapp driver.\r
+  @param[in]    StartOpCodeHandle   The opcode handle to save the new opcode.\r
 \r
 **/\r
 VOID\r
@@ -120,10 +121,6 @@ BmmCreateBootNextMenu(
 \r
   @param[in]    HiiHandle           The hii handle for the Uiapp driver.\r
   @param[in]    StartOpCodeHandle   The opcode handle to save the new opcode.\r
-  @param[in]    PromptId            The Prompt string id.\r
-  @param[in]    HelpId              The help string id.\r
-  @param[in]    FormId              The Form id for the dest form.\r
-  @param[in]    QuestionId          The question id for this goto question.\r
 \r
 **/\r
 VOID\r
@@ -222,10 +219,6 @@ BmmCreateComOptionMenu (
 \r
   @param[in]    HiiHandle           The hii handle for the Uiapp driver.\r
   @param[in]    StartOpCodeHandle   The opcode handle to save the new opcode.\r
-  @param[in]    PromptId            The Prompt string id.\r
-  @param[in]    HelpId              The help string id.\r
-  @param[in]    FormId              The Form id for the dest form.\r
-  @param[in]    QuestionId          The question id for this goto question.\r
 \r
 **/\r
 VOID\r
@@ -363,8 +356,8 @@ IsRequiredDriver (
 \r
   @param    HiiHandle           The hii handle for the Uiapp driver.\r
   @param    ClassGuid           The class guid for the driver which is the target.\r
+  @param    SpecialHandlerFn    The pointer to the specail handler function, if any.\r
   @param    StartOpCodeHandle   The opcode handle to save the new opcode.\r
-  @param    SpecialHandler      The pointer to the specail handler function, if any.\r
 \r
   @retval   EFI_SUCCESS         Search the driver success\r
 \r