From nobody Sat Apr 20 06:43:55 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+46982+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+46982+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1567790188; cv=none; d=zoho.com; s=zohoarc; b=fHVOuNw6ICdgv4s9ZpJA4+33M3rtWws7L+J2dOl8rIti3tgF+JjZbQ9YgtQj+Bn5jxB5cSXahsbarZXgZPOt0us+/+Vj+Qs8/et76/CFxju7NGJTFWFLFmMlVfXqPv0hnyKyQGRhzLBK8/vqAfsxd39UUKSMwq9MzwCAllFOBxM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1567790188; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=/4S7X/NPoyGYWqyCHgamNT8x45BTGnKHE0ibP+bHjJ0=; b=JVLv6OioGq2hxMP2p40M3Jqd3/ykSs0RQlSmoIPhrYCybpm67KUVXw0X/2fgmvkwmcnevxnlOpJKKDZrvkQSBL9nYLf+Imfk7hyvRnoEonOWp2ib76i4396K5j2EmI+KljN+JDEjVoSUV1u4Uc+6Dpw/Zm7lkurmo5YrZhtPNuk= 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+46982+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 156779018834619.649093723020997; Fri, 6 Sep 2019 10:16:28 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com []) by groups.io with SMTP; Fri, 06 Sep 2019 10:16:27 -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:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,473,1559545200"; d="scan'208";a="188372739" 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:26 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Dandan Bi , Liming Gao Subject: [edk2-devel] [PATCH v2] UserInterfaceFeaturePkg: Update the end of last line Date: Sat, 7 Sep 2019 01:16:21 +0800 Message-Id: <20190906171622.25128-2-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=1567790187; bh=7BjBMxskzROPG3/RtACuEeapCFx5wl/jzTWVucDepUU=; h=Cc:Date:From:Reply-To:Subject:To; b=H8YVbtfC0RBkjWMOgFsemljng0QqjdevAB2eaUw6Dk5Y65xChOytl8mL2XVmPiaBbpv 1FKV4AC2oWG45t0O6KuOwtnyg7YXlgV9XaDHaJshf2Nqq57EkkEgoTxxI7gL7hcE/Tap7 vPebG3yemijYrbEx/OknYBJbsCam1HIE+K4= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The original the of last line is '/r'. Now update it to '/r/n'. Cc: Dandan Bi Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Dandan Bi 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 "UserInterfaceFeaturePkg:Remove white ending line in DS= C file". .../Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg= .dsc b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc index e97bed53..6c5f77b5 100644 --- a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc +++ b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc @@ -77,4 +77,4 @@ UserInterfaceFeaturePkg/UserAuthentication/UserAuthenticationSmm.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 (#46982): https://edk2.groups.io/g/devel/message/46982 Mute This Topic: https://groups.io/mt/33169035/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-