From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 20B407CC3; Wed, 31 May 2017 17:42:13 +0200 (CEST) In-Reply-To: <1496245215-3859-1-git-send-email-lee.roberts@hpe.com> References: <1496245215-3859-1-git-send-email-lee.roberts@hpe.com> To: test-report@dpdk.org Cc: Lee Roberts Message-Id: <20170531154213.20B407CC3@dpdk.org> Date: Wed, 31 May 2017 17:42:13 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24905 [PATCH] kni: fix compilation under RHEL 7.4. 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: Wed, 31 May 2017 15:42:13 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24905 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #31: FILE: lib/librte_eal/linuxapp/kni/compat.h:56: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0) || \ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #33: FILE: lib/librte_eal/linuxapp/kni/compat.h:58: + RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(7, 4)) total: 0 errors, 2 warnings, 10 lines checked