From dcca25d17da32395b315804aaa811448dc317fed Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Mon, 21 Jul 2014 09:59:06 +0000 Subject: Refine code to follow good coding style. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15666 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/SetupBrowserDxe/Setup.c | 4 ++-- MdeModulePkg/Universal/SetupBrowserDxe/Setup.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'MdeModulePkg/Universal/SetupBrowserDxe') 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. -- cgit v1.2.3