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 7C2ECA0547 for ; Thu, 26 Aug 2021 19:26:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 75E6E41228; Thu, 26 Aug 2021 19:26:31 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9059D41231 for ; Thu, 26 Aug 2021 19:26:27 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 870C9122C92; Thu, 26 Aug 2021 19:26:27 +0200 (CEST) In-Reply-To: <20210826114556.88750-1-cyeaa@connect.ust.hk> References: <20210826114556.88750-1-cyeaa@connect.ust.hk> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengfeng Ye Message-Id: <20210826172627.870C9122C92@dpdk.org> Date: Thu, 26 Aug 2021 19:26:27 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw97391 [PATCH] net/mlx5: fix protential unreleased lock problem 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/97391 _coding style issues_ WARNING:TYPO_SPELLING: 'protential' may be misspelled - perhaps 'potential'? #96: Subject: [dpdk-dev] [PATCH] net/mlx5: fix protential unreleased lock problem WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #111: The lock sh->txpp.mutex isn't correctly released if the function return in the patched branch, which may lead to deadlock if this lock is acuired again. The patch is to fix this problem. WARNING:TYPO_SPELLING: 'acuired' may be misspelled - perhaps 'acquired'? #111: The lock sh->txpp.mutex isn't correctly released if the function return in the patched branch, which may lead to deadlock if this lock is acuired again. The patch is to fix this problem. total: 0 errors, 3 warnings, 0 checks, 13 lines checked