|WARNING| pw145276 [PATCH v1 37/50] net/ntnic: add basic queue operations
checkpatch at dpdk.org
checkpatch at dpdk.org
Sun Oct 6 22:46:42 CEST 2024
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
More information about the test-report
mailing list