From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 88A6B21A07A82 for ; Sun, 17 Mar 2019 17:52:53 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Mar 2019 17:52:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,491,1544515200"; d="scan'208";a="132427814" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga008.fm.intel.com with ESMTP; 17 Mar 2019 17:52:52 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 17 Mar 2019 17:52:52 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 17 Mar 2019 17:52:51 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.74]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.134]) with mapi id 14.03.0415.000; Mon, 18 Mar 2019 08:52:50 +0800 From: "Gao, Liming" To: "Dong, Eric" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [Patch] SecurityPkg/OpalPassword: Fix incorrect line ending issue. Thread-Index: AQHUz9dDnvOrNNbWa0eir26ozAVDx6YQqh4g Date: Mon, 18 Mar 2019 00:52:49 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E40496C@SHSMSX104.ccr.corp.intel.com> References: <20190301023357.2332-1-eric.dong@intel.com> In-Reply-To: <20190301023357.2332-1-eric.dong@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 Subject: Re: [Patch] SecurityPkg/OpalPassword: Fix incorrect line ending issue. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2019 00:52:53 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Eri= c >Dong >Sent: Friday, March 01, 2019 10:34 AM >To: edk2-devel@lists.01.org >Cc: Gao, Liming >Subject: [edk2] [Patch] SecurityPkg/OpalPassword: Fix incorrect line endin= g >issue. > >Cc: Liming Gao >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Eric Dong >--- > SecurityPkg/Tcg/Opal/OpalPassword/OpalHiiCallbacks.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/SecurityPkg/Tcg/Opal/OpalPassword/OpalHiiCallbacks.c >b/SecurityPkg/Tcg/Opal/OpalPassword/OpalHiiCallbacks.c >index 6d1a3a9b25..a1802313c3 100644 >--- a/SecurityPkg/Tcg/Opal/OpalPassword/OpalHiiCallbacks.c >+++ b/SecurityPkg/Tcg/Opal/OpalPassword/OpalHiiCallbacks.c >@@ -115,4 +115,4 @@ HiiDiskGetNameCB( > return Ctx->NameZ; > } > return NULL; >-} >\ No newline at end of file >+} >\ No newline at end of file >-- >2.15.0.windows.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel