From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 0252A7D08; Mon, 21 Aug 2017 19:34:22 +0200 (CEST) In-Reply-To: <1503336825-7700-1-git-send-email-markus.theil@tu-ilmenau.de> References: <1503336825-7700-1-git-send-email-markus.theil@tu-ilmenau.de> To: test-report@dpdk.org Cc: Markus Theil Message-Id: <20170821173422.0252A7D08@dpdk.org> Date: Mon, 21 Aug 2017 19:34:22 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27700 [PATCH] igb_uio: MSI IRQ mode irq enable/disable refactored 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, 21 Aug 2017 17:34:22 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27700 _coding style issues_ ERROR:SPACING: space required before the open parenthesis '(' #80: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:134: + if(mask_bits != desc->masked) { WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #96: FILE: lib/librte_eal/linuxapp/igb_uio/igb_uio.c:176: +#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 3, 0)) total: 1 errors, 1 warnings, 249 lines checked