From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7B5BE7D62; Mon, 4 Sep 2017 20:19:09 +0200 (CEST) In-Reply-To: <1504549066-11067-5-git-send-email-markus.theil@tu-ilmenau.de> References: <1504549066-11067-5-git-send-email-markus.theil@tu-ilmenau.de> To: test-report@dpdk.org Cc: Markus Theil Message-Id: <20170904181909.7B5BE7D62@dpdk.org> Date: Mon, 4 Sep 2017 20:19:09 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28334 [PATCH v6 5/5] igb_uio: MSI IRQ mode use kernel functions for masking MSI and MSI-X 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: Mon, 04 Sep 2017 18:19:09 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28334 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #65: FILE: lib/librte_eal/linuxapp/igb_uio/compat.h:113: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #69: FILE: lib/librte_eal/linuxapp/igb_uio/compat.h:117: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37) total: 0 errors, 2 warnings, 164 lines checked