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 mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Fri, 06 Sep 2019 10:16:29 -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 orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Sep 2019 10:16:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,473,1559545200"; d="scan'208";a="188372759" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga006.jf.intel.com with ESMTP; 06 Sep 2019 10:16:28 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Eric Dong , Liming Gao Subject: [PATCH v2] DebugFeaturePkg: Remove white space and update the ending format Date: Sat, 7 Sep 2019 01:16:22 +0800 Message-Id: <20190906171622.25128-3-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20190906171622.25128-1-shenglei.zhang@intel.com> References: <20190906171622.25128-1-shenglei.zhang@intel.com> Remove white space in AcpiDebug.c. The original end of last line in DebugFeaturePkg.dsc is '/r'. Now update it to '/r/n'. 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". Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c | 3 +-- Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 = SmmBase2->InSmm (SmmBase2, &InSmm); ASSERT_EFI_ERROR (Status); if (EFI_ERROR (Status)) { @@ -519,4 +519,3 @@ InitializeAcpiDebugSmm ( 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 [BuildOptions] - *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES \ No newline at end of file + *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -- 2.18.0.windows.1