From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCHv3 1/3] rte_compat.h : Clean up some typos Date: Fri, 26 Jun 2015 14:45:34 +0200 Message-ID: <2751417.TYFNf1YyoO@xps13> References: <1435088014-18973-1-git-send-email-nhorman@tuxdriver.com> <1435242949-31520-1-git-send-email-nhorman@tuxdriver.com> 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-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id B281DC88C for ; Fri, 26 Jun 2015 14:46:40 +0200 (CEST) Received: by wiwl6 with SMTP id l6so44529445wiw.0 for ; Fri, 26 Jun 2015 05:46:40 -0700 (PDT) In-Reply-To: <1435242949-31520-1-git-send-email-nhorman@tuxdriver.com> 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-25 10:35, Neil Horman: > #define VERSION_SYMBOL(b, e, v) > #define __vsym > #define BASE_SYMBOL(b, n) You forgot to fix the parameter names to (b, e, n) and (b, e).