From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id DA6631B162; Thu, 30 Nov 2017 20:56:38 +0100 (CET) In-Reply-To: <20171130200843.98621-2-jasvinder.singh@intel.com> References: <20171130200843.98621-2-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20171130195638.DA6631B162@dpdk.org> Date: Thu, 30 Nov 2017 20:56:38 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31842 [PATCH 1/2] net/softnic: enable flow classification function 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, 30 Nov 2017 19:56:39 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31842 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'src == NULL' #442: FILE: drivers/net/softnic/rte_eth_softnic.c:844: + if ((src == NULL) || + (dst == NULL) || + (size == NULL) || + (*size == 0)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'dst == NULL' #442: FILE: drivers/net/softnic/rte_eth_softnic.c:844: + if ((src == NULL) || + (dst == NULL) || + (size == NULL) || + (*size == 0)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'size == NULL' #442: FILE: drivers/net/softnic/rte_eth_softnic.c:844: + if ((src == NULL) || + (dst == NULL) || + (size == NULL) || + (*size == 0)) total: 0 errors, 0 warnings, 1153 lines checked