From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 225E11B024; Wed, 20 Dec 2017 10:17:55 +0100 (CET) In-Reply-To: <1513760497-426-2-git-send-email-wang.yong19@zte.com.cn> References: <1513760497-426-2-git-send-email-wang.yong19@zte.com.cn> To: test-report@dpdk.org Cc: yong wang Message-Id: <20171220091755.225E11B024@dpdk.org> Date: Wed, 20 Dec 2017 10:17:55 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32522 [PATCH 2/4] net/i40e: add null point check and fix mem leak 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: Wed, 20 Dec 2017 09:17:55 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32522 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #47: FILE: drivers/net/i40e/i40e_ethdev.c:7058: + if (NULL == tunnel) { WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #96: FILE: drivers/net/i40e/i40e_ethdev.c:7539: + if (NULL == tunnel) { WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #121: FILE: drivers/net/i40e/i40e_ethdev.c:9170: + if (NULL == ethertype_filter) { WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #142: FILE: drivers/net/i40e/i40e_fdir.c:1615: + if (NULL == fdir_filter) { total: 0 errors, 4 warnings, 0 checks, 117 lines checked