From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id E8F6CA0096 for ; Mon, 8 Apr 2019 16:23:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E23CF2C24; Mon, 8 Apr 2019 16:23:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id C10824CA9; Mon, 8 Apr 2019 16:23:22 +0200 (CEST) In-Reply-To: <20190408142226.88179-1-ferruh.yigit@intel.com> References: <20190408142226.88179-1-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20190408142322.C10824CA9@dpdk.org> Date: Mon, 8 Apr 2019 16:23:22 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52427 [PATCH] kni: fix build for ndo_fdb_add in Linux 5.1 X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/52427 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxV) #68: FILE: kernel/linux/kni/ethtool/igb/kcompat.h:3948: +#if ( LINUX_VERSION_CODE >= KERNEL_VERSION(5,1,0) ) ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #68: FILE: kernel/linux/kni/ethtool/igb/kcompat.h:3948: +#if ( LINUX_VERSION_CODE >= KERNEL_VERSION(5,1,0) ) ^ ERROR:SPACING: space prohibited after that open parenthesis '(' #68: FILE: kernel/linux/kni/ethtool/igb/kcompat.h:3948: +#if ( LINUX_VERSION_CODE >= KERNEL_VERSION(5,1,0) ) ERROR:SPACING: space prohibited before that close parenthesis ')' #68: FILE: kernel/linux/kni/ethtool/igb/kcompat.h:3948: +#if ( LINUX_VERSION_CODE >= KERNEL_VERSION(5,1,0) ) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #68: FILE: kernel/linux/kni/ethtool/igb/kcompat.h:3948: +#if ( LINUX_VERSION_CODE >= KERNEL_VERSION(5,1,0) ) total: 4 errors, 1 warnings, 23 lines checked