From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=f8VK5AI5foIoROcz8On/ezEkYA/N2inQ0jWWfa+HikU=; b=eAO7Dlp1/LcYZvKE7pKq4x281a4PWvN12h5HWvyprb4asfKvLEaY8Gft/lUEFDRvnp keXrmbrKfGabz7tgZo2y6et2hmMSYvO9hZQsKawvli3EVnVGV5QgFYjXp5PFnEaZlFXL 24P3Fsm9Pxir6YZgcQqm1oGOKX+viM4aG1XFFv48BGEJSI0gtE09SMUq87kyUcPFMwmq ZIwfiqDlZ51+Q4WCop6clmwU/vKXhbb+TGdOm5JtffJ503FfSwELSxqn7snFaJoxqjfz 5jIJQeJ9KAkT0+o7kIfc/cogyN0e50lfiarA6uGLSuM0bRBKyqTHiU4SjtFoojm6Lrfh p0EQ== X-Gm-Message-State: ALoCoQkhJp5JultzQ9lK3g9lZYnhUJIqimmSi6Yh/oAuZQBXwWwAAKc+zQdNdCmBeER7OimQ9H7z X-Received: by 10.194.77.144 with SMTP id s16mr2693338wjw.145.1435322800466; Fri, 26 Jun 2015 05:46:40 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id v3sm2271744wiy.1.2015.06.26.05.46.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 Jun 2015 05:46:39 -0700 (PDT) From: Thomas Monjalon To: Neil Horman Date: Fri, 26 Jun 2015 14:45:34 +0200 Message-ID: <2751417.TYFNf1YyoO@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1435242949-31520-1-git-send-email-nhorman@tuxdriver.com> References: <1435088014-18973-1-git-send-email-nhorman@tuxdriver.com> <1435242949-31520-1-git-send-email-nhorman@tuxdriver.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCHv3 1/3] rte_compat.h : Clean up some typos X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2015 12:46:40 -0000 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).