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 656634563B for ; Wed, 17 Jul 2024 22:03:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C4EF402B7; Wed, 17 Jul 2024 22:03:23 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 12ACE402B3 for ; Wed, 17 Jul 2024 22:03:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id F06BC127EE2; Wed, 17 Jul 2024 22:03:21 +0200 (CEST) Subject: |WARNING| pw142489 [PATCH v3] net/ark: fix index arithmetic bug In-Reply-To: <20240717200149.2646056-1-ed.czeck@atomicrules.com> References: <20240717200149.2646056-1-ed.czeck@atomicrules.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ed Czeck Message-Id: <20240717200321.F06BC127EE2@dpdk.org> Date: Wed, 17 Jul 2024 22:03:21 +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/142489 _coding style issues_ WARNING:TYPO_SPELLING: 'upto' may be misspelled - perhaps 'up to'? #147: FILE: drivers/net/ark/ark_ethdev_tx.c:126: + /* Populate the buffer bringing prod_index upto or slightly beyond WARNING:TYPO_SPELLING: 'increament' may be misspelled - perhaps 'increment'? #148: FILE: drivers/net/ark/ark_ethdev_tx.c:127: + * prod_index_limit. Prod_index will increament by 2 or more each total: 0 errors, 2 warnings, 0 checks, 68 lines checked