From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 01A4D1B904; Thu, 7 Feb 2019 17:31:39 +0100 (CET) In-Reply-To: <1549556983-10896-29-git-send-email-arybchenko@solarflare.com> References: <1549556983-10896-29-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20190207163140.01A4D1B904@dpdk.org> Date: Thu, 7 Feb 2019 17:31:39 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50217 [28/38] net/sfc/base: add support for the Rx event mode w/o continue 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:40 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50217 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'no_cont_ev == B_TRUE' #198: FILE: drivers/net/sfc/base/ef10_rx.c:52: + if ((no_cont_ev == B_TRUE) && (disable_scatter == B_FALSE)) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'disable_scatter == B_FALSE' #198: FILE: drivers/net/sfc/base/ef10_rx.c:52: + if ((no_cont_ev == B_TRUE) && (disable_scatter == B_FALSE)) { ERROR:ASSIGN_IN_IF: do not use assignment in if condition #250: FILE: drivers/net/sfc/base/ef10_rx.c:1136: + if ((rc = efx_mcdi_init_rxq(enp, ndescs, eep, label, index, total: 1 errors, 0 warnings, 2 checks, 224 lines checked