From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bus/vdev: don't double space log messages Date: Mon, 21 May 2018 01:20:20 +0200 Message-ID: <109066666.fZhSQBfdhf@xps> References: <20180516215140.21134-1-stephen@networkplumber.org> <63c42abb-fab4-a4ea-df09-2ff6a613d524@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , gaetan.rivet@6wind.com To: Stephen Hemminger Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B29968D9C for ; Mon, 21 May 2018 01:20:25 +0200 (CEST) In-Reply-To: <63c42abb-fab4-a4ea-df09-2ff6a613d524@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/05/2018 11:33, Ferruh Yigit: > On 5/16/2018 10:51 PM, Stephen Hemminger wrote: > > The VDEV_LOG() macro already adds a newline, don't duplicate. > > > > Signed-off-by: Stephen Hemminger > > Fixes: d22fcb225c24 ("bus/vdev: change log type") > > Reviewed-by: Ferruh Yigit Applied, thanks