diff options
author | Eric Dong <eric.dong@intel.com> | 2013-11-20 10:18:41 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-11-20 10:18:41 +0000 |
commit | 8a6390692303cc9ee8fd42c8770085586ba9e1d9 (patch) | |
tree | 2ec4f2ae6760a7ffa8eac6eb7b2c2c861746fc21 /MdeModulePkg/Universal | |
parent | 8024ccaf24eed1b0f1415098f681810cb239fa8e (diff) | |
download | edk2-platforms-8a6390692303cc9ee8fd42c8770085586ba9e1d9.tar.xz |
Refine code to follow coding style.
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14872 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal')
-rw-r--r-- | MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c b/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c index 7acac2fe46..5e0187396a 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c @@ -1044,7 +1044,7 @@ ProcessAction ( Check whether the formset guid is in this Hii package list.
@param HiiHandle The HiiHandle for this HII package list.
- @param FormsetGuid The formset guid for the request formset.
+ @param FormSetGuid The formset guid for the request formset.
@retval TRUE Find the formset guid.
@retval FALSE Not found the formset guid.
|