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 91DF345AD9 for ; Mon, 7 Oct 2024 21:45:55 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8F0EC402B3; Mon, 7 Oct 2024 21:45:55 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 40D9B402B3 for ; Mon, 7 Oct 2024 21:45:53 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3C267120757; Mon, 7 Oct 2024 21:45:53 +0200 (CEST) Subject: |WARNING| pw145350 [PATCH v2 37/50] net/ntnic: add basic queue operations In-Reply-To: <20241007193436.675785-38-sil-plv@napatech.com> References: <20241007193436.675785-38-sil-plv@napatech.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Serhii Iliushyk Message-Id: <20241007194553.3C267120757@dpdk.org> Date: Mon, 7 Oct 2024 21:45:53 +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/145350 _coding style issues_ WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #283: FILE: drivers/net/ntnic/ntnic_ethdev.c:198: +static int num_queues_alloced; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #288: FILE: drivers/net/ntnic/ntnic_ethdev.c:203: + int next_free = num_queues_alloced; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #289: FILE: drivers/net/ntnic/ntnic_ethdev.c:204: + NT_LOG_DBGX(DBG, NTNIC, "num_queues_alloced=%u, New queues=%u, Max queues=%u ", WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #290: FILE: drivers/net/ntnic/ntnic_ethdev.c:205: + num_queues_alloced, num, MAX_TOTAL_QUEUES); WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #292: FILE: drivers/net/ntnic/ntnic_ethdev.c:207: + if (num_queues_alloced + num > MAX_TOTAL_QUEUES) WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #295: FILE: drivers/net/ntnic/ntnic_ethdev.c:210: + num_queues_alloced += num; total: 0 errors, 6 warnings, 0 checks, 365 lines checked