From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 5F1421B6E9; Thu, 7 Feb 2019 17:36:47 +0100 (CET) In-Reply-To: <1549556983-10896-21-git-send-email-arybchenko@solarflare.com> References: <1549556983-10896-21-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20190207163647.5F1421B6E9@dpdk.org> Date: Thu, 7 Feb 2019 17:36:47 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50227 [20/38] net/sfc/base: support different event 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:36:47 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50227 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #92: FILE: drivers/net/sfc/base/ef10_impl.h:22: +#define EF10_EVQ_DESC_SIZE (sizeof (efx_qword_t)) CHECK:CAMELCASE: Avoid CamelCase: <__checkReturn> #149: FILE: drivers/net/sfc/base/efx.h:2003: +extern __checkReturn size_t CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #150: FILE: drivers/net/sfc/base/efx.h:2004: +efx_evq_size( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #155: FILE: drivers/net/sfc/base/efx.h:2009: +efx_evq_nbufs( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #171: FILE: drivers/net/sfc/base/efx_ev.c:177: +efx_evq_size( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #181: FILE: drivers/net/sfc/base/efx_ev.c:187: +efx_evq_nbufs( WARNING:SPACING: space prohibited between function name and open parenthesis '(' #274: FILE: drivers/net/sfc/base/siena_impl.h:37: +#define SIENA_EVQ_DESC_SIZE (sizeof (efx_qword_t)) total: 0 errors, 2 warnings, 5 checks, 186 lines checked