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 CE0A04375E for ; Fri, 22 Dec 2023 12:24:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA547406B6; Fri, 22 Dec 2023 12:24:04 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3A74A4025D for ; Fri, 22 Dec 2023 12:24:03 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3289412485C; Fri, 22 Dec 2023 12:24:03 +0100 (CET) Subject: |WARNING| pw135501 [PATCH 2/4] vfio: add VFIO IOMMUFD support In-Reply-To: <20231222194453.3049693-3-beilei.xing@intel.com> References: <20231222194453.3049693-3-beilei.xing@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: beilei.xing@intel.com Message-Id: <20231222112403.3289412485C@dpdk.org> Date: Fri, 22 Dec 2023 12:24:03 +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/135501 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #104: FILE: lib/eal/include/rte_vfio.h:33: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 6, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #189: FILE: lib/eal/linux/eal_vfio.h:20: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 6, 0) total: 0 errors, 2 warnings, 494 lines checked Warning in lib/eal/linux/eal_vfio_iommufd.c: Prefer RTE_LOG_LINE