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 51FD2458E7 for ; Mon, 2 Sep 2024 12:00:26 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4F8EA40662; Mon, 2 Sep 2024 12:00:26 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3212C4065D for ; Mon, 2 Sep 2024 12:00:25 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2DD09122DDC; Mon, 2 Sep 2024 12:00:25 +0200 (CEST) Subject: |WARNING| pw143559 [PATCH v1 24/30] net/i40e/base: make semaphore timeout 32-bit In-Reply-To: <2dceaa2fbd8eee934a7ff28ee2837fefe196422e.1725270827.git.anatoly.burakov@intel.com> References: <2dceaa2fbd8eee934a7ff28ee2837fefe196422e.1725270827.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20240902100025.2DD09122DDC@dpdk.org> Date: Mon, 2 Sep 2024 12:00:25 +0200 (CEST) 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/143559 _coding style issues_ WARNING:TYPO_SPELLING: 'substraction' may be misspelled - perhaps 'subtraction'? #74: by checking the sign of substraction of two 32 bit vaues. WARNING:TYPO_SPELLING: 'vaues' may be misspelled - perhaps 'values'? #74: by checking the sign of substraction of two 32 bit vaues. CHECK:CAMELCASE: Avoid CamelCase: #113: FILE: drivers/net/i40e/base/i40e_nvm.c:1306: + "NVMUPD: write semaphore expired (%d >= %" PRIu32 "), retrying ", total: 0 errors, 2 warnings, 1 checks, 35 lines checked