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 7705BA0547 for ; Thu, 26 Aug 2021 19:26:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 66DD941228; Thu, 26 Aug 2021 19:26:27 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EF1AD41225 for ; Thu, 26 Aug 2021 19:26:25 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id CE2CF1226B3; Thu, 26 Aug 2021 19:26:25 +0200 (CEST) In-Reply-To: <20210826113020.88012-1-cyeaa@connect.ust.hk> References: <20210826113020.88012-1-cyeaa@connect.ust.hk> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengfeng Ye Message-Id: <20210826172625.CE2CF1226B3@dpdk.org> Date: Thu, 26 Aug 2021 19:26:25 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw97390 [PATCH] net/axgbe: 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/97390 _coding style issues_ WARNING:TYPO_SPELLING: 'protential' may be misspelled - perhaps 'potential'? #94: Subject: [dpdk-dev] [PATCH] net/axgbe: fix protential unreleased lock problem WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #109: The lock pdata->phy_mutex may not be correctly released if the function return in these two branches, which may lead to deadlock if the lock is acuired again. The patch is to fix this problem. WARNING:TYPO_SPELLING: 'acuired' may be misspelled - perhaps 'acquired'? #109: The lock pdata->phy_mutex may not be correctly released if the function return in these two branches, which may lead to deadlock if the lock is acuired again. The patch is to fix this problem. total: 0 errors, 3 warnings, 0 checks, 18 lines checked