From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCHv2 1/2] rte_compat.h : Clean up some typos Date: Wed, 24 Jun 2015 22:49:26 +0200 Message-ID: <2441757.YP5B8U6YF3@xps13> References: <1435088014-18973-1-git-send-email-nhorman@tuxdriver.com> <2622142.skeap4pQmM@xps13> <20150624201537.GC31530@hmsreliant.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Neil Horman Return-path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 6AC57C46E for ; Wed, 24 Jun 2015 22:50:34 +0200 (CEST) Received: by wiwl6 with SMTP id l6so106031636wiw.0 for ; Wed, 24 Jun 2015 13:50:33 -0700 (PDT) In-Reply-To: <20150624201537.GC31530@hmsreliant.think-freely.org> 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" 2015-06-24 16:15, Neil Horman: > On Wed, Jun 24, 2015 at 09:41:08PM +0200, Thomas Monjalon wrote: > > 2015-06-24 14:34, Neil Horman: > > > @@ -103,7 +103,7 @@ > > > #define VERSION_SYMBOL(b, e, v) > > > > Should be (b, e, n) > > > > > #define __vsym > > > #define BASE_SYMBOL(b, n) > > > > Should be (b, e) > > > > > -#define BIND_DEFAULT_SYMBOL(b, v) > > > +#define BIND_DEFAULT_SYMBOL(b, e, n) > > > > > > > Agreed, though thats really just cosmetic, given that the error is in the empty > defines. Can you fix it in patchwork by hand, or would you prefer a repost? I can manage it but I think you'll need a repost for the patch 2/2 anyway.