From 993d22eb808332f95832d208faea55de24a1dbf5 Mon Sep 17 00:00:00 2001 From: ydong10 Date: Tue, 2 Apr 2013 08:28:40 +0000 Subject: [PATCH] Refine code to follow coding style. Signed-off-by: Eric Dong git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14239 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/SetupBrowserDxe/Ui.c | 2 +- MdeModulePkg/Universal/SetupBrowserDxe/Ui.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c index e13ff52463..7c246b60e1 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c @@ -266,8 +266,8 @@ UiFindChildMenuList ( /** Search Menu with given Handle, FormSetGuid and FormId in all cached menu list. - @param FormSetGuid The Formset GUID of the menu to search. @param Handle Hii handle related to this formset. + @param FormSetGuid The Formset GUID of the menu to search. @param FormId The Form ID of menu to search. @return A pointer to menu found or NULL if not found. diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h index e79c5272a6..03cb0cd753 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.h @@ -272,8 +272,8 @@ UiFindChildMenuList ( /** Search Menu with given Handle, FormSetGuid and FormId in all cached menu list. - @param FormSetGuid The Formset GUID of the menu to search. @param Handle Hii handle related to this formset. + @param FormSetGuid The Formset GUID of the menu to search. @param FormId The Form ID of menu to search. @return A pointer to menu found or NULL if not found.