From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id DA8B72BB0 for ; Thu, 25 Oct 2018 01:05:35 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 67A6421BF7; Wed, 24 Oct 2018 19:05:35 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 24 Oct 2018 19:05:35 -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=iuk+VgUUnf3ZeNqKJy8nHREVscBWel+YcMoTqgDJJjI=; b=aIvGpkGpxVdq mxxps9cgT2Jpj6w9JwPSB8ZyqC+EPYfYkgT8bgB2os1HoL+/RxspUeap8lwGU8gP 3GMBNT3Uo+1e2vl1dpBw+I8gl9VAk2FcE9YgBEfdIeo0PC9qaCgvZaKs2dqYz9ed 44AqSngujLrqBTnmvaf2b1k+Sf9VQaM= 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=iuk+VgUUnf3ZeNqKJy8nHREVscBWel+YcMoTqgDJJ jI=; b=vLko2yRf2aec3CIKGHMg0W5y/TLh55bMhxzxMjo7VQE8qrwcOIItkE8ao f44xxuo8Q1uz5NVMtb0X/qlYglx6JyUIa52wcqDHUwPKzPzMKlBuKZ04sQ6W0SiB DPGJvzV2HxufAhAncmRZHvf76BLOTZ0WKCYRGSgMV99cPDBsTnNYISlc81aQfHCY 7tFcI2T1n6kH3vnX6gM2A+cgdTDFf2RJUcniaKL4nkXIBgU/rmk0qovzktofJgc+ Sbw/5qsN6T3EuqyJao0Wno5nZwIZ5B/+TXb99H40CCLHPfq5QTDrzwmcgpvz2Pku OwYWi0lr542eapMCQP9hzfkjr3oSw== X-ME-Sender: 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 40143E44D4; Wed, 24 Oct 2018 19:05:34 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, Shreyansh Jain Date: Thu, 25 Oct 2018 01:05:36 +0200 Message-ID: <1764341.ko8EJh5kXG@xps> In-Reply-To: References: <20181023162915.7222-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] eal: don't double space init alert messages 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: , X-List-Received-Date: Wed, 24 Oct 2018 23:05:36 -0000 24/10/2018 13:17, Shreyansh Jain: > On Tuesday 23 October 2018 09:59 PM, Stephen Hemminger wrote: > > rte_init_alert already adds a newline, don't do it twice. > > > > Signed-off-by: Stephen Hemminger > > Reviewed-by: Shreyansh Jain Applied, thanks