From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=dandan.bi@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 AE3DC21CAD998 for ; Sun, 7 Oct 2018 23:07:01 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Oct 2018 23:07:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,355,1534834800"; d="scan'208";a="270376644" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 07 Oct 2018 23:06:40 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 7 Oct 2018 23:06:40 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 7 Oct 2018 23:06:39 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.217]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.245]) with mapi id 14.03.0319.002; Mon, 8 Oct 2018 14:06:29 +0800 From: "Bi, Dandan" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Fu, Siyuan" , "Ye, Ting" Thread-Topic: [Patch] MdeModulePkg/Tcp4Dxe: Remove the trailing white space in one line. Thread-Index: AQHUXrQi1Ri5sPEcoUa0b2K52gZ2AqUU3G/w Date: Mon, 8 Oct 2018 06:06:27 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB3BBC0F2F@shsmsx102.ccr.corp.intel.com> References: <20181008030744.16692-1-Jiaxin.wu@intel.com> In-Reply-To: <20181008030744.16692-1-Jiaxin.wu@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] MdeModulePkg/Tcp4Dxe: Remove the trailing white space in one line. 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, 08 Oct 2018 06:07:01 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Dandan Bi Thanks, Dandan -----Original Message----- From: Wu, Jiaxin=20 Sent: Monday, October 8, 2018 11:08 AM To: edk2-devel@lists.01.org Cc: Fu, Siyuan ; Ye, Ting ; Bi, Dan= dan ; Wu, Jiaxin Subject: [Patch] MdeModulePkg/Tcp4Dxe: Remove the trailing white space in o= ne line. Cc: Fu Siyuan Cc: Ye Ting Cc: Bi Dandan Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Wu Jiaxin --- MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf b/MdeModule= Pkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf index fb7f4f8502..7c0504770b 100644 --- a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf +++ b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf @@ -1,17 +1,17 @@ ## @file # This module produces EFI TCPv4 Protocol and EFI TCPv4 Service Binding P= rotocol. # # This module produces EFI TCPv4(Transmission Control Protocol version 4)= Protocol -# upon EFI IPv4 Protocol, to provide basic TCPv4 I/O services. = This driver only=20 +# upon EFI IPv4 Protocol, to provide basic TCPv4 I/O services. This=20 +driver only # supports IPv4 network stack. # # Notes: # 1) This driver can't co-work with the TcpDxe driver in NetworkPkg. -# 2) This driver might have some issues that have been fixed in the TcpDx= e driver=20 +# 2) This driver might have some issues that have been fixed in the=20 +TcpDxe driver # in NetworkPkg. -# 3) This driver supports fewer features than the TcpDxe driver in Networ= kPkg (e.g. IPv6,=20 +# 3) This driver supports fewer features than the TcpDxe driver in=20 +NetworkPkg (e.g. IPv6, # TCP Cancel function). # 4) TcpDxe driver in NetworkPkg is recommended for use instead of this o= ne even though # both of them can be used. # # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
-- 2.17.1.windows.2