MdeModulePkg: Make function comments and function match in UI codes

Cc: Qiu Shumin <shumin.qiu@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
This commit is contained in:
Dandan Bi
2016-05-23 14:54:46 +08:00
committed by Star Zeng
parent 4b7345a7dd
commit 8caa3caaed
4 changed files with 8 additions and 25 deletions

View File

@ -236,11 +236,8 @@ UiSupportLibCallbackHandler (
Create Select language menu in the front page with oneof opcode.
@param[in] HiiHandle The hii handle for the Uiapp driver.
@param[in] QuestionId Question ID
@param[in] StartOpCodeHandle The opcode handle to save the new opcode.
@retval EFI_SUCCESS Search the driver success
**/
VOID
UiCreateLanguageMenu (
@ -547,8 +544,8 @@ RequiredDriver (
@param HiiHandle The hii handle for the Uiapp driver.
@param ClassGuid The class guid for the driver which is the target.
@param SpecialHandlerFn The pointer to the specail handler function, if any.
@param StartOpCodeHandle The opcode handle to save the new opcode.
@param SpecialHandler The pointer to the specail handler function, if any.
@retval EFI_SUCCESS Search the driver success