automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw145113 [PATCH v1 01/14] net/ntnic: add basic queue operations
       [not found] <20241004153551.267935-38-sil-plv@napatech.com>
@ 2024-10-04 15:58 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-10-04 15:58 UTC (permalink / raw)
  To: test-report; +Cc: Serhii Iliushyk

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-04 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241004153551.267935-38-sil-plv@napatech.com>
2024-10-04 15:58 ` |WARNING| pw145113 [PATCH v1 01/14] net/ntnic: add basic queue operations checkpatch

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).