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
This commit is contained in:
Eric Dong 2014-07-21 09:59:06 +00:00 committed by ydong10
parent d52b9d864e
commit dcca25d17d
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.