.../SecureBootConfigDxe/SecureBootConfigImpl.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)
Update function CloseEnrolledFile comment introduced in
4de754e15fec9c94ce7677904efd0022c211721b
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
---
.../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 b124c21..2eaf246 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
--
1.9.5.msysgit.1
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Reviewed-by: Dandan Bi <dandan.bi@intel.com> -----Original Message----- From: Zhang, Chao B Sent: Thursday, April 6, 2017 3:21 PM To: edk2-devel@lists.01.org Cc: Bi, Dandan <dandan.bi@intel.com>; Zhang, Chao B <chao.b.zhang@intel.com> Subject: [PATCH] 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> --- .../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 b124c21..2eaf246 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootCo +++ nfigImpl.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 -- 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel
© 2016 - 2024 Red Hat, Inc.