From 9d9b8b77bc54718a4debfea3a7a3dd59bba16840 Mon Sep 17 00:00:00 2001 From: "Zhang, Chao B" Date: Thu, 6 Apr 2017 15:13:57 +0800 Subject: [PATCH 1/1] 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 --- .../SecureBootConfigDxe/SecureBootConfigImpl.c | 8 ++------ 1 file 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 -- 2.39.2