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 D465AA0C41 for ; Thu, 30 Sep 2021 17:19:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D160441147; Thu, 30 Sep 2021 17:19:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 364D841145 for ; Thu, 30 Sep 2021 17:19:18 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 31A7A1206FE; Thu, 30 Sep 2021 17:19:18 +0200 (CEST) In-Reply-To: <20210930151711.779493-3-xuemingl@nvidia.com> References: <20210930151711.779493-3-xuemingl@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Xueming Li Message-Id: <20210930151918.31A7A1206FE@dpdk.org> Date: Thu, 30 Sep 2021 17:19:18 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw100119 [PATCH v6 2/2] ethdev: change queue release callback 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/100119 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #1524: FILE: drivers/net/hns3/hns3_ethdev.h:108: +#define HNS3_DEV(hw) &rte_eth_devices[(hw)->data->port_id] total: 1 errors, 0 warnings, 3116 lines checked