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 1E77C458E7 for ; Mon, 2 Sep 2024 12:00:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1BF1240662; Mon, 2 Sep 2024 12:00:09 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5AF554065D for ; Mon, 2 Sep 2024 12:00:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 555EE122DDC; Mon, 2 Sep 2024 12:00:08 +0200 (CEST) Subject: |WARNING| pw143561 [PATCH v1 26/30] net/i40e/base: add NVM acquire with custom timeout In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20240902100008.555EE122DDC@dpdk.org> Date: Mon, 2 Sep 2024 12:00:08 +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/143561 _coding style issues_ WARNING:TYPO_SPELLING: 'aquire' may be misspelled - perhaps 'acquire'? #97: FILE: drivers/net/i40e/base/i40e_nvm.c:119: + * @custom_timeout: timeout for aquire NVM (read) WARNING:TYPO_SPELLING: 'aquire' may be misspelled - perhaps 'acquire'? #173: FILE: drivers/net/i40e/base/i40e_nvm.c:417: + * @custom_timeout: timeout for aquire NVM (read) total: 0 errors, 2 warnings, 0 checks, 121 lines checked Warning in drivers/net/i40e/base/i40e_nvm.c: Using %l format, prefer %PRI*64 if type is [u]int64_t