From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DE18521942324 for ; Thu, 6 Apr 2017 00:20:57 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 06 Apr 2017 00:20:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,283,1488873600"; d="scan'208";a="1131697322" Received: from czhan46-mobl1.ccr.corp.intel.com ([10.239.192.155]) by fmsmga001.fm.intel.com with ESMTP; 06 Apr 2017 00:20:56 -0700 From: "Zhang, Chao B" To: edk2-devel@lists.01.org Cc: dandan.bi@intel.com, Chao Zhang Date: Thu, 6 Apr 2017 15:20:54 +0800 Message-Id: <20170406072054.15348-1-chao.b.zhang@intel.com> X-Mailer: git-send-email 2.11.0.windows.1 Subject: [PATCH] SecurityPkg: SecureBootConfigDxe: Update CloseEnrolledFile comment X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2017 07:20:58 -0000 Update function CloseEnrolledFile comment introduced in 4de754e15fec9c94ce7677904efd0022c211721b Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang --- .../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