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 7F6EE45ACC for ; Sun, 6 Oct 2024 22:46:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7C09F40655; Sun, 6 Oct 2024 22:46:43 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 99AF140268 for ; Sun, 6 Oct 2024 22:46:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9491D12075D; Sun, 6 Oct 2024 22:46:42 +0200 (CEST) Subject: |WARNING| pw145276 [PATCH v1 37/50] net/ntnic: add basic queue operations In-Reply-To: <20241006203728.330792-38-sil-plv@napatech.com> References: <20241006203728.330792-38-sil-plv@napatech.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Serhii Iliushyk Message-Id: <20241006204642.9491D12075D@dpdk.org> Date: Sun, 6 Oct 2024 22:46:42 +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/145276 _coding style issues_ WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #282: FILE: drivers/net/ntnic/ntnic_ethdev.c:198: +static int num_queues_alloced; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #287: FILE: drivers/net/ntnic/ntnic_ethdev.c:203: + int next_free = num_queues_alloced; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #288: 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'? #289: FILE: drivers/net/ntnic/ntnic_ethdev.c:205: + num_queues_alloced, num, MAX_TOTAL_QUEUES); WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #291: 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'? #294: FILE: drivers/net/ntnic/ntnic_ethdev.c:210: + num_queues_alloced += num; total: 0 errors, 6 warnings, 0 checks, 365 lines checked