From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id D90B2374C; Tue, 4 Apr 2017 16:17:32 +0200 (CEST) In-Reply-To: <20170404141623.23522-1-ndas@suse.de> References: <20170404141623.23522-1-ndas@suse.de> To: test-report@dpdk.org Cc: Nirmoy Das Message-Id: <20170404141732.D90B2374C@dpdk.org> Date: Tue, 4 Apr 2017 16:17:32 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw23191 [PATCH v3] kni: define HAVE_VF_VLAN_PROTO for SLES12SP3 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: , X-List-Received-Date: Tue, 04 Apr 2017 14:17:33 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/23191 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #30: FILE: lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h:713: +#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 57)) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #41: FILE: lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h:3935: +#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0)) || \ WARNING:LEADING_SPACE: please, no spaces at the start of a line #42: FILE: lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h:3936: + (SLE_VERSION_CODE && SLE_VERSION_CODE >= SLE_VERSION(12, 3, 0)))$ total: 0 errors, 3 warnings, 20 lines checked