From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: jian.j.wang@intel.com) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Tue, 30 Jul 2019 02:12:14 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jul 2019 02:12:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,326,1559545200"; d="scan'208";a="200097981" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 30 Jul 2019 02:12:13 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 30 Jul 2019 02:12:12 -0700 Received: from shsmsx107.ccr.corp.intel.com ([169.254.9.65]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.250]) with mapi id 14.03.0439.000; Tue, 30 Jul 2019 17:12:10 +0800 From: "Wang, Jian J" To: "Zhang, Shenglei" , "devel@edk2.groups.io" CC: "Yao, Jiewen" , "Zhang, Chao B" Subject: Re: [PATCH 2/3] SecurityPkg/FvReportPei: Change HashAlgoId to HashAlgId Thread-Topic: [PATCH 2/3] SecurityPkg/FvReportPei: Change HashAlgoId to HashAlgId Thread-Index: AQHVRrIYLUcbQuudUUykJS9Y1fFtUKbi4CQA Date: Tue, 30 Jul 2019 09:12:10 +0000 Message-ID: References: <20190730083732.1564-1-shenglei.zhang@intel.com> <20190730083732.1564-3-shenglei.zhang@intel.com> In-Reply-To: <20190730083732.1564-3-shenglei.zhang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmMxZjA5ODMtYWNhNS00NmVkLTkwMzItOTQyMTliNDEzNDI1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibE5qWENGZE8za1BwRFllRklla3dxdmtuOHVEcDBKY2U4aEV4MDdLbkN6QkdIa1JhYmw4a0ZaYWVlbTRlRlwvN2cifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: jian.j.wang@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thanks for the fix. Reviewed-by: Jian J Wang > -----Original Message----- > From: Zhang, Shenglei > Sent: Tuesday, July 30, 2019 4:38 PM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Wang, Jian J > ; Zhang, Chao B > Subject: [PATCH 2/3] SecurityPkg/FvReportPei: Change HashAlgoId to > HashAlgId >=20 > Cc: Jiewen Yao > Cc: Jian Wang > Cc: Chao Zhang > Signed-off-by: Shenglei Zhang > --- > SecurityPkg/FvReportPei/FvReportPei.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/SecurityPkg/FvReportPei/FvReportPei.c > b/SecurityPkg/FvReportPei/FvReportPei.c > index c3cf221fa6d8..d24470af6b19 100644 > --- a/SecurityPkg/FvReportPei/FvReportPei.c > +++ b/SecurityPkg/FvReportPei/FvReportPei.c > @@ -17,7 +17,7 @@ STATIC CONST HASH_ALG_INFO mHashAlgInfo[] =3D { > /** > Find hash algorithm information from mHashAlgInfo according to given I= D. >=20 > - @param[in] HashAlgoId Hash algorithm type id. > + @param[in] HashAlgId Hash algorithm type id. >=20 > @retval Pointer to HASH_ALG_INFO if given hash algorithm is supported. > @retval NULL if given algorithm is not supported. > -- > 2.18.0.windows.1