From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 A2B59202E59C5 for ; Thu, 19 Oct 2017 19:04:31 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Oct 2017 19:08:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,404,1503385200"; d="scan'208";a="140252822" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 19 Oct 2017 19:08:09 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 19 Oct 2017 19:08:09 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.152]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Fri, 20 Oct 2017 10:08:07 +0800 From: "Ni, Ruiyu" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Dong, Eric" Thread-Topic: [patch 4/4] UefiCpuPkg/MtrrLib: Make comments align with function Thread-Index: AQHTST7WZCK7zfCiCk6Beb6jr+4Wu6Lr/fyQ Date: Fri, 20 Oct 2017 02:08:07 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5BA9F785@SHSMSX104.ccr.corp.intel.com> References: <1508461193-5204-1-git-send-email-dandan.bi@intel.com> <1508461193-5204-5-git-send-email-dandan.bi@intel.com> In-Reply-To: <1508461193-5204-5-git-send-email-dandan.bi@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjk4N2Y4YmItMjkxYS00OWE1LThjNDgtM2ZjY2MxMzMwNjNlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiI4WkQzZ3ZieFVTOTZ2bmsrekFxelROXC9wcXM1TmdxZG1Jd01weWlcL3hmQlZcLzNCYjFBXC9veHowYTFCTWFYZHBVMiJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch 4/4] UefiCpuPkg/MtrrLib: Make comments align with function 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: Fri, 20 Oct 2017 02:04:31 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Dandan, Thanks for fixing that. Reviewed-by: Ruiyu Ni -----Original Message----- From: Bi, Dandan=20 Sent: Friday, October 20, 2017 9:00 AM To: edk2-devel@lists.01.org Cc: Dong, Eric ; Ni, Ruiyu Subject: [patch 4/4] UefiCpuPkg/MtrrLib: Make comments align with function Cc: Eric Dong Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- UefiCpuPkg/Include/Library/MtrrLib.h | 2 +- UefiCpuPkg/Library/MtrrLib/Mt= rrLib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UefiCpuPkg/Include/Library/MtrrLib.h b/UefiCpuPkg/Include/Libr= ary/MtrrLib.h index d05d839..0bf7d8e 100644 --- a/UefiCpuPkg/Include/Library/MtrrLib.h +++ b/UefiCpuPkg/Include/Library/MtrrLib.h @@ -373,11 +373,11 @@ MtrrSetMemoryAttributeInMtrrSettings ( needs more scratch buffer. @param[in] Ranges Pointer to an array of MTRR_MEMORY_RANGE. When range overlap happens, the last one t= akes higher priority. When the function returns, either all the = attributes are set successfully, or none of them is set. - @param[in] Count of MTRR_MEMORY_RANGE. + @param[in] RangeCount Count of MTRR_MEMORY_RANGE. =20 @retval RETURN_SUCCESS The attributes were set for all the me= mory ranges. @retval RETURN_INVALID_PARAMETER Length in any range is zero. @retval RETURN_UNSUPPORTED The processor does not support one or = more bytes of the memory resource range specified by Bas= eAddress and Length in any range. diff --git a/UefiCpuPkg/Library/MtrrLib/MtrrLib.c b/UefiCpuPkg/Library/Mtrr= Lib/MtrrLib.c index cb22558..579af27 100644 --- a/UefiCpuPkg/Library/MtrrLib/MtrrLib.c +++ b/UefiCpuPkg/Library/MtrrLib/MtrrLib.c @@ -2146,11 +2146,11 @@ MtrrLibSetBelow1MBMemoryAttribute ( needs more scratch buffer. @param[in] Ranges Pointer to an array of MTRR_MEMORY_RANGE. When range overlap happens, the last one t= akes higher priority. When the function returns, either all the = attributes are set successfully, or none of them is set. - @param[in] Count of MTRR_MEMORY_RANGE. + @param[in] RangeCount Count of MTRR_MEMORY_RANGE. =20 @retval RETURN_SUCCESS The attributes were set for all the me= mory ranges. @retval RETURN_INVALID_PARAMETER Length in any range is zero. @retval RETURN_UNSUPPORTED The processor does not support one or = more bytes of the memory resource range specified by Bas= eAddress and Length in any range. -- 1.9.5.msysgit.1