automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Serhii Iliushyk <sil-plv@napatech.com>
Subject: |WARNING| pw145072 [PATCH v1 01/14] net/ntnic: add basic queue operations
Date: Fri,  4 Oct 2024 17:19:40 +0200 (CEST)	[thread overview]
Message-ID: <20241004151940.1B3FB12074A@dpdk.org> (raw)
In-Reply-To: <20241004150749.261020-40-sil-plv@napatech.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/145072

_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

           reply	other threads:[~2024-10-04 15:19 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20241004150749.261020-40-sil-plv@napatech.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241004151940.1B3FB12074A@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=sil-plv@napatech.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).