diff options
author | Eric Dong <eric.dong@intel.com> | 2014-07-21 09:59:06 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-07-21 09:59:06 +0000 |
commit | dcca25d17da32395b315804aaa811448dc317fed (patch) | |
tree | dace8964402069405b3a6eaab92dd7952af7fab4 /MdeModulePkg | |
parent | d52b9d864efb0ba4b812538c45aef0b617bace39 (diff) | |
download | edk2-dcca25d17da32395b315804aaa811448dc317fed.zip edk2-dcca25d17da32395b315804aaa811448dc317fed.tar.gz edk2-dcca25d17da32395b315804aaa811448dc317fed.tar.bz2 |
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')
-rw-r--r-- | MdeModulePkg/Universal/SetupBrowserDxe/Setup.c | 4 | ||||
-rw-r--r-- | MdeModulePkg/Universal/SetupBrowserDxe/Setup.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c index ff3b7e5..a8bbd58 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 5ef0212..327c4e0 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.
|