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 AC1C8A0350 for ; Thu, 25 Jun 2020 01:19:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6840A1BC25; Thu, 25 Jun 2020 01:19:27 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 5979F1B203; Thu, 25 Jun 2020 01:19:25 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id D77B55C00D5; Wed, 24 Jun 2020 19:19:24 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Wed, 24 Jun 2020 19:19:24 -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=fm1; bh= cEjywbxrKBENKjnvUFqLIWu2kIguL3fmOpCuqZo/0Ro=; b=Z9LF+YO8nUjYqJ68 zRTvkAwQiG3lKCtMG0neolgDKaJvGfcjvEXk3OzF50AmCHRxC+fEUAz+243xbi8C oRuzCVFdQ3a9qgQjs1GVgG2kYCXKu1As8tiVd0NWEBYZ7gAdB4q87Y89EwXxjFA2 Anmmjc6y/osjLB4IEJIMiCa0HZEpc6gwzLvog0SiPEI4Hgbhx/3TAOtauINKzCzI I297G+TaUBLQ491X4z9HjhX0so04TNIrvFKdyOZoOr0J2HKQIrJmOpJv+zMINwZY G9WC1WK8ik77LAvEUcfuw+r13GIwfpk7r3EFTmi5WARULb8kB3FU9OCzuYWcaQE3 zquX/w== 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=cEjywbxrKBENKjnvUFqLIWu2kIguL3fmOpCuqZo/0 Ro=; b=kI0uCF3FzHuSWaCAaUfWFJ0NCbBwe5VQxVqneeMHNsUPG5+4Hj3uxIkzo VA/6/+/NeEngYnbqmsVdNngeNmyqA8GqkTuc59AsSDX0eofdRgibj5ynpQA3jzOl sPuHrMeo9/rlu5gbge5JyIATUL3huG+pND6B1BzSqndUIbzeXE3u5dZXWufHb/4N dz1ayNZcEIrOL3r4pa+NhBb8ifft8I5gUmNZPzvbYhAZihrNCKPIVg3e4e8zHpuC 2WkbFCihNnyzc1gk2CirEjIrCOBPbvyso0iE0/5vv48yM/HA72olzojyU23rjx62 wbPXR2/WUU6mogKuG8vETjORQVylA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudekkedgvddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght 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 B64DD328005E; Wed, 24 Jun 2020 19:19:23 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, stable@dpdk.org, Bruce Richardson , Anatoly Burakov , Ferruh Yigit Date: Thu, 25 Jun 2020 01:19:22 +0200 Message-ID: <34238449.7brCrLal7b@thomas> In-Reply-To: References: <20200610143024.28001-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] eal: remove redundant newline X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 10/06/2020 16:40, Ferruh Yigit: > On 6/10/2020 3:30 PM, David Marchand wrote: > > rte_eal_init_alert() already appends a newline. > > > > Fixes: 0a529578f162 ("eal: clean up unused files on initialization") > > Cc: stable@dpdk.org > > > > Signed-off-by: David Marchand > > Reviewed-by: Ferruh Yigit Applied, thanks