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 CB791A0A0E for ; Mon, 10 May 2021 15:49:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2C3140140; Mon, 10 May 2021 15:49:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 353CC4003E for ; Mon, 10 May 2021 15:49:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1520C1211A1; Mon, 10 May 2021 15:49:01 +0200 (CEST) In-Reply-To: <20210510134732.2174-1-xuemingl@nvidia.com> References: <20210510134732.2174-1-xuemingl@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Xueming Li Message-Id: <20210510134901.1520C1211A1@dpdk.org> Date: Mon, 10 May 2021 15:49:01 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw93101 [RFC v2] 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/93101 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #1121: 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