|WARNING| pw129659 [PATCH v19 6/6] test/memarea: support dump API test

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jul 20 11:32:08 CEST 2023


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

_coding style issues_


WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#85: FILE: app/test/test_memarea.c:368:
+	uint32_t alloced_num = 0;

WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#109: FILE: app/test/test_memarea.c:392:
+	alloced_num++;

WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#112: FILE: app/test/test_memarea.c:395:
+	alloced_num++;

WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#115: FILE: app/test/test_memarea.c:398:
+	alloced_num++;

WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#120: FILE: app/test/test_memarea.c:403:
+	fprintf(stderr, "There should have %u allocated object.
", alloced_num);

total: 0 errors, 5 warnings, 64 lines checked


More information about the test-report mailing list