From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0ED9BA034F for ; Thu, 25 Feb 2021 10:01:03 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 01C9A16080C; Thu, 25 Feb 2021 10:01:03 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 559F240692 for ; Thu, 25 Feb 2021 10:01:01 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 428C62B92; Thu, 25 Feb 2021 10:01:01 +0100 (CET) In-Reply-To: <20210225085902.2536-1-zhangtengfei@oppo.com> References: <20210225085902.2536-1-zhangtengfei@oppo.com> To: test-report@dpdk.org Cc: ZhangTengfei Message-Id: <20210225090101.428C62B92@dpdk.org> Date: Thu, 25 Feb 2021 10:01:01 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw88203 [PATCH] driver/net/pcap: fix fd leak X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/88203 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #106: pcap file was opened when pcap vdev probed; but was not closed where vdev removed. WARNING:LEADING_SPACE: please, no spaces at the start of a line #125: FILE: drivers/net/pcap/rte_eth_pcap.c:1600: + eth_dev_stop(eth_dev);$ total: 0 errors, 2 warnings, 0 checks, 7 lines checked