From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 42D4E1B3C1; Tue, 20 Feb 2018 08:36:04 +0100 (CET) In-Reply-To: <1519112078-20113-41-git-send-email-arybchenko@solarflare.com> References: <1519112078-20113-41-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20180220073604.42D4E1B3C1@dpdk.org> Date: Tue, 20 Feb 2018 08:36:04 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw35235 [PATCH 40/80] net/sfc/base: use MAC stats DMA buffer size when decoding 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: Tue, 20 Feb 2018 07:36:04 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/35235 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #68: FILE: drivers/net/sfc/base/ef10_mac.c:584: + (encp->enc_mac_stats_nstats * sizeof (efx_qword_t))) { ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #105: FILE: drivers/net/sfc/base/ef10_mac.c:905: + return (rc); WARNING:SPACING: space prohibited between function name and open parenthesis '(' #131: FILE: drivers/net/sfc/base/siena_mac.c:260: + (encp->enc_mac_stats_nstats * sizeof (efx_qword_t))) { ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #157: FILE: drivers/net/sfc/base/siena_mac.c:458: + return (rc); total: 2 errors, 2 warnings, 0 checks, 119 lines checked