From nobody Thu Apr 25 04:52:05 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+46983+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46983+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1567790189; cv=none; d=zoho.com; s=zohoarc; b=mYrf+w8NzJv3YM3gh6lrDawogTOh01baIy1dn4PG0vn+lz3e1t5hX+LH2TvOtOfYen5aG4dhYxSs3RrqgxXgDj6BquoeZfG/2RCISnZyOulF47HAphvKf+OaJVt9+oFfP3IG3GxFsG+oyf0oMd8PeRyu4NmiwctM9AaDrIzVVeA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1567790189; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=1SUyKzE18rK7R8KeFQCCSoHIcOc21Q6sdV+wHXAvOBA=; b=msp5oZRvUdQ8bjO1LlFNNez4nlev2Tq4j+fCGr0RYcFUi4nqzqtXS/SkeZAKz73BBj/KiAzFW+DsSXzcbtR3McYRla5uqpOtlJJfnZcSdKi5eqomJ+4CPPimviXKzAoyXIFDuKSUvYclDeQE7Je24LwX+pGxoaRjXSSDxEQ+VB0= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46983+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1567790189862951.8534007535088; Fri, 6 Sep 2019 10:16:29 -0700 (PDT) Return-Path: X-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 X-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" X-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: [edk2-devel] [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> In-Reply-To: <20190906171622.25128-1-shenglei.zhang@intel.com> References: <20190906171622.25128-1-shenglei.zhang@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,shenglei.zhang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1567790189; bh=MmJMRAvwxL7vDQ6UlCLZVcaJH0wN5wR6TKZKxeMdG0I=; h=Cc:Date:From:Reply-To:Subject:To; b=C86rH/Ke5bEwrl3DarfFzCKRE3d6BLlJQzCvhz04GIhBr6FlW8mPrwGfxCkccJNLaTA j1rcVX42vlU1oxTC3bwvyMzH+4L4NgOVjMKmqGCSlBBuY/tWeLkEpKPb1KO++A0Dg8wWv NyRxLBDdG2+SJrnpydK2TQcAQARXujuThog= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Eric Dong Reviewed-by: Philippe Mathieu-Daude --- 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 l= ine". 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/Platfor= m/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; } - =20 + 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 --=20 2.18.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#46983): https://edk2.groups.io/g/devel/message/46983 Mute This Topic: https://groups.io/mt/33169036/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-