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 8DA01A0548 for ; Thu, 27 May 2021 16:02:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1F50C41105; Thu, 27 May 2021 16:02:46 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BCD1740143 for ; Thu, 27 May 2021 16:02:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A740D122E1E; Thu, 27 May 2021 16:02:44 +0200 (CEST) In-Reply-To: <20210527140202.19377-1-xuemingl@nvidia.com> References: <20210527140202.19377-1-xuemingl@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Xueming Li Message-Id: <20210527140244.A740D122E1E@dpdk.org> Date: Thu, 27 May 2021 16:02:44 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw93492 [RFC 10/14] bus/auxiliary: introduce auxiliary bus 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/93492 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #1122: FILE: drivers/bus/auxiliary/rte_bus_auxiliary.h:177: +#define RTE_PMD_REGISTER_AUXILIARY(nm, auxiliary_drv) \ + RTE_INIT(auxiliaryinitfn_##nm) \ + { \ + (auxiliary_drv).driver.name = RTE_STR(nm); \ + rte_auxiliary_register(&auxiliary_drv); \ + } \ + RTE_PMD_EXPORT_NAME(nm, __COUNTER__) total: 1 errors, 0 warnings, 971 lines checked