From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hunt, David" Subject: Re: [PATCH v7 07/17] lib: apply symbol versioning to distibutor lib Date: Tue, 21 Feb 2017 11:50:07 +0000 Message-ID: <552f9ce7-5f5b-925e-78ba-05c76672b8c9@intel.com> References: <1485163480-156507-2-git-send-email-david.hunt@intel.com> <1487647073-129064-1-git-send-email-david.hunt@intel.com> <1487647073-129064-8-git-send-email-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: bruce.richardson@intel.com To: dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C30BD2A5E for ; Tue, 21 Feb 2017 12:50:10 +0100 (CET) In-Reply-To: <1487647073-129064-8-git-send-email-david.hunt@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" On 21/2/2017 3:17 AM, David Hunt wrote: > Note: LIBABIVER is also bumped up in the Makefile > > Signed-off-by: David Hunt > --- > lib/librte_distributor/rte_distributor.c | 10 +++++++++- > lib/librte_distributor/rte_distributor_v20.c | 10 ++++++++++ > lib/librte_distributor/rte_distributor_version.map | 14 ++++++++++++++ > 3 files changed, 33 insertions(+), 1 deletion(-) > --snip-- The following is generated by checkpatch for this patch: ERROR:SPACING: space required after that ',' (ctx:VxO) #70: FILE: lib/librte_distributor/rte_distributor.c:105: +BIND_DEFAULT_SYMBOL(rte_distributor_request_pkt,, 17.05); ^ However, I also tried with a space: ERROR:SPACING: space prohibited before that ',' (ctx:WxW) #26: FILE: lib/librte_distributor/rte_distributor.c:105: +BIND_DEFAULT_SYMBOL(rte_distributor_request_pkt, , 17.05); ^ So in either case it seems it's not possible to make checkpatch happy. Rgds, Dave.