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 C3C3DA04E1 for ; Tue, 22 Sep 2020 10:59:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 08ED71DCD0; Tue, 22 Sep 2020 10:59:12 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 1D7121DCC8; Tue, 22 Sep 2020 10:59:09 +0200 (CEST) In-Reply-To: <1600764594-14752-52-git-send-email-arybchenko@solarflare.com> References: <1600764594-14752-52-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20200922085909.1D7121DCC8@dpdk.org> Date: Tue, 22 Sep 2020 10:59:09 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw78294 [PATCH 51/60] common/sfc_efx/base: replace PCI efsys macros with functions 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/78294 _coding style issues_ WARNING:TYPO_SPELLING: 'readd' may be misspelled - perhaps 're-add'? #130: FILE: drivers/common/sfc_efx/base/efx.h:97: + efx_rc_t (*epo_config_readd)(efsys_pci_config_t *espcp, WARNING:TYPO_SPELLING: 'readd' may be misspelled - perhaps 're-add'? #231: FILE: drivers/common/sfc_efx/base/efx_pci.c:30: + rc = epop->epo_config_readd(espcp, *offsetp + WARNING:TYPO_SPELLING: 'offsetp' may be misspelled - perhaps 'offset'? #231: FILE: drivers/common/sfc_efx/base/efx_pci.c:30: + rc = epop->epo_config_readd(espcp, *offsetp + WARNING:TYPO_SPELLING: 'readd' may be misspelled - perhaps 're-add'? #260: FILE: drivers/common/sfc_efx/base/efx_pci.c:86: + rc = epop->epo_config_readd(espcp, position + WARNING:TYPO_SPELLING: 'readd' may be misspelled - perhaps 're-add'? #306: FILE: drivers/common/sfc_efx/base/efx_pci.c:206: + rc = epop->epo_config_readd(espcp, cap_offset + WARNING:TYPO_SPELLING: 'readd' may be misspelled - perhaps 're-add'? #318: FILE: drivers/common/sfc_efx/base/efx_pci.c:220: + rc = epop->epo_config_readd(espcp, vsec_offset + WARNING:TYPO_SPELLING: 'readd' may be misspelled - perhaps 're-add'? #330: FILE: drivers/common/sfc_efx/base/efx_pci.c:247: + rc = epop->epo_config_readd(espcp, vsec_offset + WARNING:TYPO_SPELLING: 'readd' may be misspelled - perhaps 're-add'? #342: FILE: drivers/common/sfc_efx/base/efx_pci.c:259: + rc = epop->epo_config_readd(espcp, vsec_offset + total: 0 errors, 8 warnings, 241 lines checked