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 2130AA04E1 for ; Tue, 22 Sep 2020 11:01:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0428F1DC24; Tue, 22 Sep 2020 11:01:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id B7E391DCDC; Tue, 22 Sep 2020 11:01:26 +0200 (CEST) In-Reply-To: <1600764594-14752-58-git-send-email-arybchenko@solarflare.com> References: <1600764594-14752-58-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20200922090126.B7E391DCDC@dpdk.org> Date: Tue, 22 Sep 2020 11:01:26 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw78306 [PATCH 57/60] common/sfc_efx/base: poll extended width event queues 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/78306 _coding style issues_ WARNING:TYPO_SPELLING: 'inout' may be misspelled - perhaps 'input'? #127: FILE: drivers/common/sfc_efx/base/rhead_ev.c:51: + __inout unsigned int *countp, WARNING:TYPO_SPELLING: 'inout' may be misspelled - perhaps 'input'? #204: FILE: drivers/common/sfc_efx/base/rhead_ev.c:361: + __inout unsigned int *countp, WARNING:SPACING: space prohibited between function name and open parenthesis '(' #226: FILE: drivers/common/sfc_efx/base/rhead_ev.c:383: + offset = (count & eep->ee_mask) * sizeof (efx_xword_t); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #242: FILE: drivers/common/sfc_efx/base/rhead_ev.c:399: + offset += sizeof (efx_xword_t); total: 0 errors, 4 warnings, 179 lines checked