From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 75AFD1B3FC; Tue, 30 Jan 2018 11:02:48 +0100 (CET) In-Reply-To: <1517306475-2153-1-git-send-email-jia.guo@intel.com> References: <1517306475-2153-1-git-send-email-jia.guo@intel.com> To: test-report@dpdk.org Cc: Guo Jia Message-Id: <20180130100248.75AFD1B3FC@dpdk.org> Date: Tue, 30 Jan 2018 11:02:48 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw34695 [PATCH] igb_uio: fix uevent montior issue 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, 30 Jan 2018 10:02:48 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/34695 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #39: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:195: +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #55: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:287: +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #71: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:306: +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0) total: 0 errors, 3 warnings, 41 lines checked