From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A0DC4A0540 for ; Thu, 16 Jul 2020 10:53:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 85A881BF5B; Thu, 16 Jul 2020 10:53:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id AD44D1BF0B; Thu, 16 Jul 2020 10:53:09 +0200 (CEST) In-Reply-To: <20200716085032.57105-1-jia.guo@intel.com> References: <20200716085032.57105-1-jia.guo@intel.com> To: test-report@dpdk.org Cc: Jeff Guo Message-Id: <20200716085309.AD44D1BF0B@dpdk.org> Date: Thu, 16 Jul 2020 10:53:09 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw74207 net/e1000: fix segfault on tx done clean up 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/74207 _coding style issues_ WARNING:TYPO_SPELLING: 'casue' may be misspelled - perhaps 'cause'? #62: the process of tx done clean up, that will casue a segfault. So add CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #172: FILE: drivers/net/e1000/igb_rxtx.c:1345: + rte_pktmbuf_free_seg( total: 0 errors, 1 warnings, 1 checks, 195 lines checked