SecurityPkg: SecureBootConfigDxe: Update CloseEnrolledFile comment

Update function CloseEnrolledFile comment introduced in
4de754e15f

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: Bi Dandan <dandan.bi@intel.com>
This commit is contained in:
Zhang, Chao B 2017-04-06 15:13:57 +08:00
parent 7618784b85
commit 9d9b8b77bc
1 changed files with 2 additions and 6 deletions

View File

@ -98,15 +98,11 @@ SECUREBOOT_CONFIG_PRIVATE_DATA *gSecureBootPrivateData = NULL;
/**
This code cleans up enrolled file by closing file & free related resources attached to
enrolled file
enrolled file.
@param[in] FileSuffix The suffix of the input certificate file
@retval TRUE It's a DER-encoded certificate.
@retval FALSE It's NOT a DER-encoded certificate.
@param[in] FileContext FileContext cached in SecureBootConfig driver
**/
VOID
CloseEnrolledFile(
IN SECUREBOOT_FILE_CONTEXT *FileContext