diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-04-02 08:28:40 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-04-02 08:28:40 +0000 |
commit | 993d22eb808332f95832d208faea55de24a1dbf5 (patch) | |
tree | 6f8d47ad4308371a9deac1750f19eb32e6add2e0 /MdeModulePkg | |
parent | f49146e85c970c51d756c8c174c92ff99ddc6d57 (diff) | |
download | edk2-platforms-993d22eb808332f95832d208faea55de24a1dbf5.tar.xz |
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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Universal/SetupBrowserDxe/Ui.c | 2 | ||||
-rw-r--r-- | 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.
|