From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: shenglei.zhang@intel.com) Received: from mga12.intel.com (mga12.intel.com []) by groups.io with SMTP; Tue, 30 Jul 2019 01:37:50 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jul 2019 01:37:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,326,1559545200"; d="scan'208";a="370880205" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by fmsmga005.fm.intel.com with ESMTP; 30 Jul 2019 01:37:49 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jiewen Yao , Jian Wang , Chao Zhang Subject: [PATCH 2/3] SecurityPkg/FvReportPei: Change HashAlgoId to HashAlgId Date: Tue, 30 Jul 2019 16:37:31 +0800 Message-Id: <20190730083732.1564-3-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20190730083732.1564-1-shenglei.zhang@intel.com> References: <20190730083732.1564-1-shenglei.zhang@intel.com> 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(-) 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[] = { /** Find hash algorithm information from mHashAlgInfo according to given ID. - @param[in] HashAlgoId Hash algorithm type id. + @param[in] HashAlgId Hash algorithm type id. @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