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 D47C7A0032 for ; Wed, 14 Sep 2022 10:02:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 65B2B42B82; Wed, 14 Sep 2022 10:02:17 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9582A42B82 for ; Wed, 14 Sep 2022 10:02:16 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 86340121F02; Wed, 14 Sep 2022 10:02:16 +0200 (CEST) Subject: |WARNING| pw116289 [PATCH v6 18/27] bus/vmbus: make driver-only headers private In-Reply-To: <20220914075841.51555-19-david.marchand@redhat.com> References: <20220914075841.51555-19-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20220914080216.86340121F02@dpdk.org> Date: Wed, 14 Sep 2022 10:02:16 +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/116289 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #221: FILE: drivers/bus/vmbus/bus_vmbus_driver.h:94: +#define RTE_PMD_REGISTER_VMBUS(nm, vmbus_drv) \ + RTE_INIT(vmbusinitfn_ ##nm) \ + { \ + (vmbus_drv).driver.name = RTE_STR(nm); \ + rte_vmbus_register(&vmbus_drv); \ + } \ + RTE_PMD_EXPORT_NAME(nm, __COUNTER__) total: 1 errors, 0 warnings, 0 checks, 391 lines checked