From: Zhang, Chao B Date: Thu, 6 Apr 2017 07:13:57 +0000 (+0800) Subject: SecurityPkg: SecureBootConfigDxe: Update CloseEnrolledFile comment X-Git-Tag: edk2-stable201903~4218 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=9d9b8b77bc54718a4debfea3a7a3dd59bba16840;hp=7618784b85c5df91fae4c0d7a910bfb07b248caf SecurityPkg: SecureBootConfigDxe: Update CloseEnrolledFile comment Update function CloseEnrolledFile comment introduced in 4de754e15fec9c94ce7677904efd0022c211721b Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang Reviewed-by: Bi Dandan --- 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