From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2362AA04C2; Tue, 26 Nov 2019 00:13:41 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5EC922952; Tue, 26 Nov 2019 00:13:40 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 1139028EE for ; Tue, 26 Nov 2019 00:13:39 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 98557226CB; Mon, 25 Nov 2019 18:13:38 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 25 Nov 2019 18:13:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=VFJjE7co9yFrgIyeHAkuhGg/N2ZmhuHI11rF1rSQybc=; b=E9Pm6KQwIyXv l+jiY3A339LXxBZ32DPGKlCPm1x05ZNPFfF9hA20ExHHgIqGE/ZEtC1vYFQnjRPq 1+dukA+XswT+haee4RNSiPqJYYQCFQK9n9Mw0e8jTEuVVUXfTwCwfL6IhBuhc4oS 2ughO7GqTV8wlIriDDDuUjHQbb8lJHg= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=VFJjE7co9yFrgIyeHAkuhGg/N2ZmhuHI11rF1rSQy bc=; b=Hzi6VT0zwDkIHksBnKCc39EmpJuyxV5udS5SARmPX+D3t8kq/LW1KDW1g j5MMLIp7qk/OOb51zwkb4rgAcbMWRe/BHevAq+EP+LAWEr9cu+IzXFGWtSAbic71 IbXqQYBVqhdhR4L4w5x+0wD2V5hTlH/oiDDHqi4Wp4g458j4sC2A3sUMAN7y3t8k 0h3bilQl1ULUJZLCaAMTqEaedbDdE4RzSX0jSCWIJrpwj87SzGwHGhSWiSFAuCd5 cN89ycnRg9L2xclxJKwOXhQp1rLOigkG8CGC9DEdJBs2hhNrNeUxVL/VBVPpL6U1 yAWwmUVOSUdpgaI+7+rLz7oIQy6IQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeivddgtdejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C738880063; Mon, 25 Nov 2019 18:13:37 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Tue, 26 Nov 2019 00:13:36 +0100 Message-ID: <6847415.3uuiRQvKig@xps> In-Reply-To: <20191111195015.11054-1-stephen@networkplumber.org> References: <20191111195015.11054-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] remove blank lines at end of file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/11/2019 20:50, Stephen Hemminger: > Remove trailing blank lines. They serve no purpose and are just > editor leftovers. > These can cause git to complain about whitespace errors during merges. > > Signed-off-by: Stephen Hemminger I rebased and added few new occurences, plus some doc ones. Applied, thanks