summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2014-07-21 09:59:06 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2014-07-21 09:59:06 +0000
commitdcca25d17da32395b315804aaa811448dc317fed (patch)
treedace8964402069405b3a6eaab92dd7952af7fab4 /MdeModulePkg/Universal/SetupBrowserDxe
parentd52b9d864efb0ba4b812538c45aef0b617bace39 (diff)
downloadedk2-platforms-dcca25d17da32395b315804aaa811448dc317fed.tar.xz
Refine code to follow good coding style.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15666 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/SetupBrowserDxe')
-rw-r--r--MdeModulePkg/Universal/SetupBrowserDxe/Setup.c4
-rw-r--r--MdeModulePkg/Universal/SetupBrowserDxe/Setup.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
index ff3b7e5b4d..a8bbd582b5 100644
--- a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
+++ b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
@@ -2392,9 +2392,9 @@ SendDiscardInfoToDriver (
}
/**
- Validate the FormSet. If the formset is not validate, remove it from the list.
+ Validate the HiiHandle.
- @param FormSet The input FormSet which need to validate.
+ @param HiiHandle The input HiiHandle which need to validate.
@retval TRUE The handle is validate.
@retval FALSE The handle is invalidate.
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h
index 5ef0212184..327c4e08a3 100644
--- a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h
+++ b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h
@@ -1544,9 +1544,9 @@ UiFindParentMenu (
);
/**
- Validate the FormSet. If the formset is not validate, remove it from the list.
+ Validate the HiiHandle.
- @param FormSet The input FormSet which need to validate.
+ @param HiiHandle The input HiiHandle which need to validate.
@retval TRUE The handle is validate.
@retval FALSE The handle is invalidate.