From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent JARDIN Subject: Re: [PATCH] virtio: prettify log messages Date: Thu, 11 Feb 2016 07:45:35 +0100 Message-ID: <56BC2E0F.4020508@6wind.com> References: <1455147934-15060-1-git-send-email-vincent.jardin@6wind.com> <20160210171236.77aa24dc@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 8E10C568A for ; Thu, 11 Feb 2016 07:45:41 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id g62so55605741wme.0 for ; Wed, 10 Feb 2016 22:45:41 -0800 (PST) In-Reply-To: <20160210171236.77aa24dc@xeon-e3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/02/2016 02:12, Stephen Hemminger wrote: > I would rather the macros were aligned with ixgbe which always > adds newline for all the PMD_XXX_LOG() macros. And then remove > all extra newlines in virtio code. you right