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 8F29D45AAF for ; Fri, 4 Oct 2024 17:58:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C79C427D8; Fri, 4 Oct 2024 17:58:59 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 08FD042794 for ; Fri, 4 Oct 2024 17:58:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 01D4B12074A; Fri, 4 Oct 2024 17:58:57 +0200 (CEST) Subject: |WARNING| pw145113 [PATCH v1 01/14] net/ntnic: add basic queue operations In-Reply-To: <20241004153551.267935-38-sil-plv@napatech.com> References: <20241004153551.267935-38-sil-plv@napatech.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Serhii Iliushyk Message-Id: <20241004155858.01D4B12074A@dpdk.org> Date: Fri, 4 Oct 2024 17:58:58 +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/145113 _coding style issues_ WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #281: FILE: drivers/net/ntnic/ntnic_ethdev.c:198: +static int num_queues_alloced; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #286: FILE: drivers/net/ntnic/ntnic_ethdev.c:203: + int next_free = num_queues_alloced; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #287: 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'? #288: FILE: drivers/net/ntnic/ntnic_ethdev.c:205: + num_queues_alloced, num, MAX_TOTAL_QUEUES); WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #290: 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'? #293: FILE: drivers/net/ntnic/ntnic_ethdev.c:210: + num_queues_alloced += num; total: 0 errors, 6 warnings, 0 checks, 365 lines checked