From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7D822A04B0 for ; Fri, 14 Aug 2020 12:27:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 709851C120; Fri, 14 Aug 2020 12:27:24 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 17D0E1C11F; Fri, 14 Aug 2020 12:27:23 +0200 (CEST) In-Reply-To: <20200814191606.26312-2-chenbo.xia@intel.com> References: <20200814191606.26312-2-chenbo.xia@intel.com> To: test-report@dpdk.org Cc: Chenbo Xia Message-Id: <20200814102723.17D0E1C11F@dpdk.org> Date: Fri, 14 Aug 2020 12:27:23 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw75550 [RFC v1 1/2] vfio_user: Add library for vfio over socket 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/75550 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #234: FILE: lib/librte_vfio_user/rte_vfio_user.h:152: +#define IF_NAME_SZ (IFNAMSIZ > PATH_MAX ? IFNAMSIZ : PATH_MAX) total: 0 errors, 1 warnings, 335 lines checked