From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4D709A0542 for ; Fri, 16 Dec 2022 18:19:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4A82D42D2D; Fri, 16 Dec 2022 18:19:05 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1B6944068E for ; Fri, 16 Dec 2022 18:19:04 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 10691122E70; Fri, 16 Dec 2022 18:19:04 +0100 (CET) Subject: |WARNING| pw120989 [PATCH kmods] linux/igb_uio: fix build on Linux 5.18+ In-Reply-To: <20221216171801.348224-1-luca.boccassi@gmail.com> References: <20221216171801.348224-1-luca.boccassi@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: luca.boccassi@gmail.com Message-Id: <20221216171904.10691122E70@dpdk.org> Date: Fri, 16 Dec 2022 18:19:04 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/120989 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #93: FILE: linux/igb_uio/igb_uio.c:515: +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 18, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #103: FILE: linux/igb_uio/igb_uio.c:525: +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 18, 0) total: 0 errors, 2 warnings, 21 lines checked Luca Boccassi mail differs from primary mail, please fix the commit message or update .mailmap. Paolo Pisati is unknown, please fix the commit message or update .mailmap. Luca Boccassi mail differs from primary mail, please fix the commit message or update .mailmap.