From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id BDE5A1B5D7; Thu, 7 Feb 2019 17:35:02 +0100 (CET) In-Reply-To: <1549556983-10896-20-git-send-email-arybchenko@solarflare.com> References: <1549556983-10896-20-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20190207163502.BDE5A1B5D7@dpdk.org> Date: Thu, 7 Feb 2019 17:35:02 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50220 [19/38] net/sfc/base: support different Rx descriptor sizes 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: , X-List-Received-Date: Thu, 07 Feb 2019 16:35:02 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50220 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #44: FILE: drivers/net/sfc/base/ef10_impl.h:22: +#define EF10_RXQ_DESC_SIZE (sizeof (efx_qword_t)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'esmp == NULL' #66: FILE: drivers/net/sfc/base/ef10_rx.c:44: + if ((esmp == NULL) || + (EFSYS_MEM_SIZE(esmp) < efx_rxq_size(enp, ndescs))) { CHECK:CAMELCASE: Avoid CamelCase: <__checkReturn> #99: FILE: drivers/net/sfc/base/efx.h:2494: +extern __checkReturn size_t CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #100: FILE: drivers/net/sfc/base/efx.h:2495: +efx_rxq_size( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #105: FILE: drivers/net/sfc/base/efx.h:2500: +efx_rxq_nbufs( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #121: FILE: drivers/net/sfc/base/efx_rx.c:770: +efx_rxq_size( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #131: FILE: drivers/net/sfc/base/efx_rx.c:780: +efx_rxq_nbufs( WARNING:SPACING: space prohibited between function name and open parenthesis '(' #185: FILE: drivers/net/sfc/base/siena_impl.h:37: +#define SIENA_RXQ_DESC_SIZE (sizeof (efx_qword_t)) total: 0 errors, 2 warnings, 6 checks, 118 lines checked