From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 47CE4A04B1 for ; Thu, 24 Sep 2020 14:21:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6FB061DFE7; Thu, 24 Sep 2020 14:21:41 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 6EC7F1DD22; Thu, 24 Sep 2020 14:21:39 +0200 (CEST) In-Reply-To: <1600949555-28043-47-git-send-email-arybchenko@solarflare.com> References: <1600949555-28043-47-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20200924122139.6EC7F1DD22@dpdk.org> Date: Thu, 24 Sep 2020 14:21:39 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw78719 [PATCH v3 46/60] common/sfc_efx/base: add Xilinx capabilities table lookup X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/78719 _coding style issues_ WARNING:TYPO_SPELLING: 'inout' may be misspelled - perhaps 'input'? #127: FILE: drivers/common/sfc_efx/base/efx_impl.h:1633: + __inout efsys_dma_addr_t *entry_offsetp); WARNING:TYPO_SPELLING: 'offsetp' may be misspelled - perhaps 'offset'? #127: FILE: drivers/common/sfc_efx/base/efx_impl.h:1633: + __inout efsys_dma_addr_t *entry_offsetp); WARNING:TYPO_SPELLING: 'inout' may be misspelled - perhaps 'input'? #145: FILE: drivers/common/sfc_efx/base/efx_pci.c:307: + __inout efsys_dma_addr_t *entry_offsetp) WARNING:TYPO_SPELLING: 'offsetp' may be misspelled - perhaps 'offset'? #145: FILE: drivers/common/sfc_efx/base/efx_pci.c:307: + __inout efsys_dma_addr_t *entry_offsetp) WARNING:TYPO_SPELLING: 'offsetp' may be misspelled - perhaps 'offset'? #147: FILE: drivers/common/sfc_efx/base/efx_pci.c:309: + efsys_dma_addr_t offset = *entry_offsetp; WARNING:TYPO_SPELLING: 'offsetp' may be misspelled - perhaps 'offset'? #154: FILE: drivers/common/sfc_efx/base/efx_pci.c:316: + if (entry_offsetp == NULL) { WARNING:TYPO_SPELLING: 'READD' may be misspelled - perhaps 'RE-ADD'? #169: FILE: drivers/common/sfc_efx/base/efx_pci.c:331: + EFSYS_BAR_READD(esbp, offset + WARNING:TYPO_SPELLING: 'READD' may be misspelled - perhaps 'RE-ADD'? #172: FILE: drivers/common/sfc_efx/base/efx_pci.c:334: + EFSYS_BAR_READD(esbp, offset + WARNING:TYPO_SPELLING: 'offsetp' may be misspelled - perhaps 'offset'? #180: FILE: drivers/common/sfc_efx/base/efx_pci.c:342: + *entry_offsetp = offset; ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #193: FILE: drivers/common/sfc_efx/base/efx_pci.c:355: + return (rc); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #198: FILE: drivers/common/sfc_efx/base/efx_pci.c:360: + return (rc); WARNING:TYPO_SPELLING: 'READD' may be misspelled - perhaps 'RE-ADD'? #243: FILE: drivers/common/sfc_efx/base/rhead_nic.c:536: + EFSYS_BAR_READD(esbp, offset + WARNING:TYPO_SPELLING: 'READD' may be misspelled - perhaps 'RE-ADD'? #246: FILE: drivers/common/sfc_efx/base/rhead_nic.c:539: + EFSYS_BAR_READD(esbp, offset + WARNING:TYPO_SPELLING: 'READD' may be misspelled - perhaps 'RE-ADD'? #259: FILE: drivers/common/sfc_efx/base/rhead_nic.c:552: + EFSYS_BAR_READD(esbp, offset + ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #270: FILE: drivers/common/sfc_efx/base/rhead_nic.c:563: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #275: FILE: drivers/common/sfc_efx/base/rhead_nic.c:568: + return (rc); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #312: FILE: drivers/common/sfc_efx/base/rhead_pci.c:37: + return (0); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #319: FILE: drivers/common/sfc_efx/base/rhead_pci.c:44: + return (rc); total: 6 errors, 12 warnings, 222 lines checked