diff options
author | Zhang, Chao B <chao.b.zhang@intel.com> | 2017-04-06 15:13:57 +0800 |
---|---|---|
committer | Zhang, Chao B <chao.b.zhang@intel.com> | 2017-04-06 15:49:21 +0800 |
commit | 9d9b8b77bc54718a4debfea3a7a3dd59bba16840 (patch) | |
tree | b4be8c33fdebe4b896858af1ce9ac985f149268d /SecurityPkg/VariableAuthenticated | |
parent | 7618784b85c5df91fae4c0d7a910bfb07b248caf (diff) | |
download | edk2-9d9b8b77bc54718a4debfea3a7a3dd59bba16840.tar.gz edk2-9d9b8b77bc54718a4debfea3a7a3dd59bba16840.tar.bz2 edk2-9d9b8b77bc54718a4debfea3a7a3dd59bba16840.zip |
SecurityPkg: SecureBootConfigDxe: Update CloseEnrolledFile comment
Update function CloseEnrolledFile comment introduced in
4de754e15fec9c94ce7677904efd0022c211721b
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>
Diffstat (limited to 'SecurityPkg/VariableAuthenticated')
-rw-r--r-- | SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c index b124c21389..2eaf24633d 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c @@ -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
|