From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 1D5811B729; Thu, 7 Feb 2019 17:31:37 +0100 (CET) In-Reply-To: <1549556983-10896-22-git-send-email-arybchenko@solarflare.com> References: <1549556983-10896-22-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20190207163137.1D5811B729@dpdk.org> Date: Thu, 7 Feb 2019 17:31:37 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50213 [21/38] net/sfc/base: round number of queue buffers up 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:31:37 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50213 _coding style issues_ ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #39: FILE: drivers/net/sfc/base/efx_ev.c:191: + return (EFX_DIV_ROUND_UP(efx_evq_size(enp, ndescs), EFX_BUF_SIZE)); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #52: FILE: drivers/net/sfc/base/efx_rx.c:784: + return (EFX_DIV_ROUND_UP(efx_rxq_size(enp, ndescs), EFX_BUF_SIZE)); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #65: FILE: drivers/net/sfc/base/efx_tx.c:315: + return (EFX_DIV_ROUND_UP(efx_txq_size(enp, ndescs), EFX_BUF_SIZE)); total: 3 errors, 0 warnings, 0 checks, 24 lines checked