From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id BC4CE37AC; Tue, 5 Sep 2017 14:05:51 +0200 (CEST) In-Reply-To: <1504613046-7259-5-git-send-email-markus.theil@tu-ilmenau.de> References: <1504613046-7259-5-git-send-email-markus.theil@tu-ilmenau.de> To: test-report@dpdk.org Cc: Markus Theil Message-Id: <20170905120551.BC4CE37AC@dpdk.org> Date: Tue, 5 Sep 2017 14:05:51 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28374 [PATCH v7 5/6] igb_uio: use kernel functions for masking 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: Tue, 05 Sep 2017 12:05:51 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28374 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #58: 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 #62: FILE: lib/librte_eal/linuxapp/igb_uio/compat.h:117: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37) total: 0 errors, 2 warnings, 103 lines checked