mirror of https://github.com/acidanthera/audk.git
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:
parent
d52b9d864e
commit
dcca25d17d
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue