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 4D3F446F43 for ; Fri, 19 Sep 2025 10:40:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 47401402B7; Fri, 19 Sep 2025 10:40:58 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D3004402B7 for ; Fri, 19 Sep 2025 10:40:56 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id CC63A12421E; Fri, 19 Sep 2025 10:38:00 +0200 (CEST) Subject: |WARNING| pw156729 [PATCH v3 03/10] vfio: remove confusing check on VFIO presence In-Reply-To: <20250919083808.1667491-4-david.marchand@redhat.com> References: <20250919083808.1667491-4-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20250919083800.CC63A12421E@dpdk.org> Date: Fri, 19 Sep 2025 10:38:00 +0200 (CEST) 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/156729 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #553: FILE: lib/eal/include/rte_vfio.h:25: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0) total: 0 errors, 1 warnings, 528 lines checked