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.115, mailfrom: eric.dong@intel.com) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Sun, 08 Sep 2019 17:35:46 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Sep 2019 17:35:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,483,1559545200"; d="scan'208";a="188867835" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga006.jf.intel.com with ESMTP; 08 Sep 2019 17:35:45 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 8 Sep 2019 17:35:45 -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:44 +0800 From: "Dong, Eric" To: "Zhang, Shenglei" , "devel@edk2.groups.io" CC: "Gao, Liming" Subject: Re: [PATCH v2] DebugFeaturePkg: Remove white space and update the ending format Thread-Topic: [PATCH v2] DebugFeaturePkg: Remove white space and update the ending format Thread-Index: AQHVZNbdJXu3Ni1gNE6WlkFR37eGz6cig1XA Date: Mon, 9 Sep 2019 00:35:43 +0000 Message-ID: References: <20190906171622.25128-1-shenglei.zhang@intel.com> <20190906171622.25128-3-shenglei.zhang@intel.com> In-Reply-To: <20190906171622.25128-3-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: Zhang, Shenglei > Sent: Saturday, September 7, 2019 1:16 AM > To: devel@edk2.groups.io > Cc: Dong, Eric ; Gao, Liming > Subject: [PATCH v2] DebugFeaturePkg: Remove white space and update the > ending format >=20 > Remove white space in AcpiDebug.c. > The original end of last line in DebugFeaturePkg.dsc 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 "DebugFeaturePkg: Remove white space and white ending > line". >=20 > Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c | 3 +-- > Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc | 2 +- > 2 files changed, 2 insertions(+), 3 deletions(-) >=20 > diff --git a/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c > b/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c > index f9cd8bcb..5ad8d259 100644 > --- a/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c > +++ b/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c > @@ -487,7 +487,7 @@ InitializeAcpiDebugSmm ( > if (EFI_ERROR (Status)) { > return Status; > } > - > + > Status =3D SmmBase2->InSmm (SmmBase2, &InSmm); > ASSERT_EFI_ERROR (Status); > if (EFI_ERROR (Status)) { > @@ -519,4 +519,3 @@ InitializeAcpiDebugSmm ( >=20 > return Status; > } > - > diff --git a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc > b/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc > index 30f57d5d..8e5ff4c9 100644 > --- a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc > +++ b/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc > @@ -98,4 +98,4 @@ > DebugFeaturePkg/AcpiDebug/AcpiDebugSmm.inf >=20 > [BuildOptions] > - *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES \ No > newline at end of file > + *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES > -- > 2.18.0.windows.1