From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 1CE142194234D for ; Thu, 6 Apr 2017 00:30:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491463810; x=1522999810; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=vv8+8+wgRCWsrdd8rWfCC+mKdbsiBKd4fUrtQYX8pf0=; b=clgPheNzA+2yMbAJ+YZMXySP8GUjMmKAH5grbbDcJco8IRC7ZsuLOeGD V/OwMI9mYMVMzoGlUVCE0UFqwdqQLA==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 00:30:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,283,1488873600"; d="scan'208";a="85437984" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 06 Apr 2017 00:30:09 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Apr 2017 00:30:09 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Apr 2017 00:30:08 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.246]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.224]) with mapi id 14.03.0319.002; Thu, 6 Apr 2017 15:30:05 +0800 From: "Bi, Dandan" To: "Zhang, Chao B" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH] SecurityPkg: SecureBootConfigDxe: Update CloseEnrolledFile comment Thread-Index: AQHSrqZhVQr2REvAM0a+5sDCeMjVuaG38bBg Date: Thu, 6 Apr 2017 07:30:04 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB3B8D2006@shsmsx102.ccr.corp.intel.com> References: <20170406072054.15348-1-chao.b.zhang@intel.com> In-Reply-To: <20170406072054.15348-1-chao.b.zhang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [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:30:10 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Dandan Bi -----Original Message----- From: Zhang, Chao B=20 Sent: Thursday, April 6, 2017 3:21 PM To: edk2-devel@lists.01.org Cc: Bi, Dandan ; Zhang, Chao B Subject: [PATCH] SecurityPkg: SecureBootConfigDxe: Update CloseEnrolledFile= comment Update function CloseEnrolledFile comment introduced in 4de754e15fec9c94ce7= 677904efd0022c211721b 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/SecureBo= otConfigImpl.c b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/Secu= reBootConfigImpl.c index b124c21..2eaf246 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfi= gImpl.c +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootCo +++ nfigImpl.c @@ -98,15 +98,11 @@ SECUREBOOT_CONFIG_PRIVATE_DATA *gSecureBootPrivateData= =3D NULL; =20 /** This code cleans up enrolled file by closing file & free related resourc= es attached to - enrolled file + enrolled file. =20 - @param[in] FileSuffix The suffix of the input certificate fil= e - - @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 =20 **/ - VOID CloseEnrolledFile( IN SECUREBOOT_FILE_CONTEXT *FileContext -- 1.9.5.msysgit.1