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 4FA02429AE for ; Fri, 21 Apr 2023 16:56:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4B299410FB; Fri, 21 Apr 2023 16:56:23 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 02885410FB for ; Fri, 21 Apr 2023 16:56:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EC88E121EF6; Fri, 21 Apr 2023 16:56:21 +0200 (CEST) Subject: |WARNING| pw126399 [PATCH v3 1/5] bus/cdx: introduce cdx bus In-Reply-To: <20230421145406.12831-2-nipun.gupta@amd.com> References: <20230421145406.12831-2-nipun.gupta@amd.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nipun Gupta Message-Id: <20230421145621.EC88E121EF6@dpdk.org> Date: Fri, 21 Apr 2023 16:56:21 +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/126399 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #200: FILE: drivers/bus/cdx/bus_cdx_driver.h:18: +#include ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #273: FILE: drivers/bus/cdx/bus_cdx_driver.h:91: +#define RTE_CDX_DEVICE(vend, dev) \ + (vend), \ + (dev) ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #361: FILE: drivers/bus/cdx/bus_cdx_driver.h:179: +#define RTE_PMD_REGISTER_CDX(nm, cdx_drv) \ + RTE_INIT(cdxinitfn_ ##nm) \ + {\ + (cdx_drv).driver.name = RTE_STR(nm);\ + rte_cdx_register(&cdx_drv); \ + } \ + RTE_PMD_EXPORT_NAME(nm, __COUNTER__) WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #1429: FILE: drivers/bus/cdx/private.h:9: +#include total: 2 errors, 2 warnings, 1298 lines checked --- a/doc/guides/rel_notes/release_23_07.rst +++ b/doc/guides/rel_notes/release_23_07.rst