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 47AD6461AD for ; Thu, 6 Feb 2025 17:11:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3954A40ED9; Thu, 6 Feb 2025 17:11:17 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 866D440EAB for ; Thu, 6 Feb 2025 17:11:15 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 38184127003; Thu, 6 Feb 2025 17:10:04 +0100 (CET) Subject: |WARNING| pw151047 [PATCH v1 01/24] net/igc/base: fix deadlock in i225 In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20250206161004.38184127003@dpdk.org> Date: Thu, 6 Feb 2025 17:10:04 +0100 (CET) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/151047 _coding style issues_ WARNING:TYPO_SPELLING: 'semaphor' may be misspelled - perhaps 'semaphore'? #71: Currently, when writing GPY PHY registers, semaphor is acquired before WARNING:TYPO_SPELLING: 'semaphor' may be misspelled - perhaps 'semaphore'? #72: writing. However, if writing fails, semaphor is not released, causing total: 0 errors, 2 warnings, 0 checks, 23 lines checked