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 29CBBA00E6 for ; Mon, 5 Aug 2019 15:20:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8862B1B995; Mon, 5 Aug 2019 15:20:10 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 552351B95C for ; Mon, 5 Aug 2019 15:20:09 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B3A6B20222; Mon, 5 Aug 2019 09:20:06 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 05 Aug 2019 09:20:06 -0400 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=q86kD05kSIp/apPH/tqdeIZLwD1ztvBFao5cefOIhJ4=; b=XhAW4jsfT/A8 AwtZoOL8+TmBAySqCWk4IFhgWoLrwJ3dpEBhfCNlNIPx9XVTzK8PBR5vldk15l1Q XLE3CkGLePQL3Pvos0g8D/cHhnTm5XrygC4wY80LidADQnQjD/Bn6oOWP58q0Ei7 ymzRDYODRm78Qhk4dLVnCeYI9skzeyQ= 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=fm3; bh=q86kD05kSIp/apPH/tqdeIZLwD1ztvBFao5cefOIh J4=; b=H0JAk+jyCtg9Joj2JrQQs9Q+fqgnhzal5nZRXQ6O3RJa7SnZ3iRRPMKA4 GVTNDbhGe4ZOKDcllzdarIjVznesJ0ozdYISxq5bUlBZ311iQMBvieiY6ca9yQ7W LtCu5WiMVS9WVgHALhM7oAqHd3112Nyk1fNM65A2/TQGOXs9EkwO1Q1RjPBbLnBB +fjN2+EB5D+UhQt3ubPAblfaPG3r/azbmMtSR3pZA4Vy/WCieoSrTd6Tt1353xWE DPxejv+PS+JBgu3zinyMNmoLcXoKopsf2U89K49C6WJ34NQooKrlmu4XAJDPiCZw fwMYJTZ5onY0ta3N7K/nVaMsdbHAA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddtjedgiedvucetufdoteggodetrfdotf 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 981538005C; Mon, 5 Aug 2019 09:20:05 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, Bruce Richardson Date: Mon, 05 Aug 2019 15:20:04 +0200 Message-ID: <4457099.uRKKLyrNT0@xps> In-Reply-To: <20190731153841.GH1705@bricha3-MOBL.ger.corp.intel.com> References: <20190731145742.10776-1-stephen@networkplumber.org> <20190731153841.GH1705@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/5] blank lines at EOF fixes 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" 31/07/2019 17:38, Bruce Richardson: > On Wed, Jul 31, 2019 at 07:57:37AM -0700, Stephen Hemminger wrote: > > Using a simple shell script which cleans up trailing whitespace > > found several places with extra lines at end of file. > > > > More in base drivers but they are known to be problematic. > > > > Stephen Hemminger (5): > > examples: remove extra blank lines at eof > > test: remove blank lines at eof > > pmdinfogen: remove blank line at eof > > net/ipn3ke: cleanup blank line at eof > > net/mlx5: remove blank lines at eof > > > > app/test/test_cryptodev_asym_util.h | 4 ---- > > app/test/test_table_combined.c | 1 - > > app/test/test_table_tables.c | 3 +-- > > buildtools/pmdinfogen/pmdinfogen.h | 1 - > > drivers/net/ipn3ke/ipn3ke_flow.c | 1 - > > drivers/net/ipn3ke/ipn3ke_tm.c | 1 - > > drivers/net/mlx5/mlx5_rxtx.c | 2 -- > > examples/flow_filtering/flow_blocks.c | 1 - > > examples/l3fwd-power/perf_core.c | 1 - > > examples/vhost_scsi/vhost_scsi.c | 1 - > > 10 files changed, 1 insertion(+), 15 deletions(-) > > > Series-acked-by: Bruce Richardson Applied and squashed, thanks