From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 184DA1B2A2; Thu, 16 Nov 2017 09:05:25 +0100 (CET) In-Reply-To: <1510819481-6809-9-git-send-email-arybchenko@solarflare.com> References: <1510819481-6809-9-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20171116080525.184DA1B2A2@dpdk.org> Date: Thu, 16 Nov 2017 09:05:25 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31397 [PATCH 08/53] net/sfc/base: simplify NVRAM type to partition mappings 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, 16 Nov 2017 08:05:25 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31397 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'entry->nvtype == type' #150: FILE: drivers/net/sfc/base/ef10_nvram.c:2194: + if ((entry->nvtype == type) && + (entry->port_mask & (1u << emip->emi_port))) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'entry->partn == partn' #161: FILE: drivers/net/sfc/base/ef10_nvram.c:2224: + if ((entry->partn == partn) && + (entry->port_mask & (1u << emip->emi_port))) { total: 0 errors, 0 warnings, 2 checks, 136 lines checked