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 8E737A0543 for ; Tue, 24 May 2022 22:08:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A50340150; Tue, 24 May 2022 22:08:29 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6109F400D6 for ; Tue, 24 May 2022 22:08:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 50DE5120945; Tue, 24 May 2022 22:08:28 +0200 (CEST) Subject: |WARNING| pw111753 [PATCH v2 2/2] app/testpmd: register driver specific commands In-Reply-To: <20220524200642.1322115-3-david.marchand@redhat.com> References: <20220524200642.1322115-3-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20220524200828.50DE5120945@dpdk.org> Date: Tue, 24 May 2022 22:08:28 +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/111753 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #311: FILE: app/test-pmd/testpmd.h:1189: +#define TESTPMD_ADD_DRIVER_COMMANDS(c) \ +RTE_INIT(__##c) \ +{ \ + testpmd_add_driver_commands(&c); \ +} total: 1 errors, 0 warnings, 241 lines checked