From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 1C5C21B22A; Thu, 16 Nov 2017 09:10:39 +0100 (CET) In-Reply-To: <1510819481-6809-27-git-send-email-arybchenko@solarflare.com> References: <1510819481-6809-27-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20171116081039.1C5C21B22A@dpdk.org> Date: Thu, 16 Nov 2017 09:10:39 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31410 [PATCH 26/53] net/sfc/base: support inner checksum offload on transmit 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:10:39 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31410 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'encp->enc_tunnel_encapsulations_supported == 0' #58: FILE: drivers/net/sfc/base/ef10_tx.c:209: + if (((flags & inner_csum) != 0) && + (encp->enc_tunnel_encapsulations_supported == 0)) { total: 0 errors, 0 warnings, 1 checks, 109 lines checked