From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: eric.dong@intel.com) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Sun, 08 Sep 2019 17:35:18 -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 fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Sep 2019 17:35:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,483,1559545200"; d="scan'208";a="213751517" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga002.fm.intel.com with ESMTP; 08 Sep 2019 17:35:17 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 8 Sep 2019 17:35:17 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.113]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.32]) with mapi id 14.03.0439.000; Mon, 9 Sep 2019 08:35:15 +0800 From: "Dong, Eric" To: "devel@edk2.groups.io" , "Zhang, Shenglei" CC: "Gao, Liming" Subject: Re: [edk2-devel] [PATCH v2] BoardModulePkg/CmosAccessLib: Update the end of last line Thread-Topic: [edk2-devel] [PATCH v2] BoardModulePkg/CmosAccessLib: Update the end of last line Thread-Index: AQHVZNbY6bhYDvgB20KHaUYvt0hIxacigxxg Date: Mon, 9 Sep 2019 00:35:15 +0000 Message-ID: References: <20190906171622.25128-1-shenglei.zhang@intel.com> In-Reply-To: <20190906171622.25128-1-shenglei.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 Return-Path: eric.dong@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Eric Dong > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Zhang, Shenglei > Sent: Saturday, September 7, 2019 1:16 AM > To: devel@edk2.groups.io > Cc: Dong, Eric ; Gao, Liming > Subject: [edk2-devel] [PATCH v2] BoardModulePkg/CmosAccessLib: Update th= e > end of last line >=20 > The original end of last line is '/r'. Now update it to '/r/n'. >=20 > Cc: Eric Dong > Cc: Liming Gao > Signed-off-by: Shenglei Zhang > --- > v2: In v1 the patch remove the '/r'. In v2 it is updated to '/r/n'. > The v1 patch is "BoardModulePkg/CmosAccessLib: Remove white ending > line". >=20 > .../BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git > a/Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf > b/Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf > index 77ea219f..f84d6d1a 100644 > --- > a/Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf > +++ > b/Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf > @@ -25,4 +25,4 @@ >=20 > [Packages] > MdePkg/MdePkg.dec > - BoardModulePkg/BoardModulePkg.dec > \ No newline at end of file > + BoardModulePkg/BoardModulePkg.dec > -- > 2.18.0.windows.1 >=20 >=20 >=20