|WARNING| pw116457 [PATCH 4/8] test/memarea: support alloc/free/update-refcnt test

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 20 05:55:09 CEST 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#73: FILE: app/test/test_memarea.c:44:
+test_memarea_fill_alloced_region(void *ptr, size_t size)

WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#133: FILE: app/test/test_memarea.c:160:
+	test_memarea_fill_alloced_region(ptr[0], MEMAREA_TEST_DEFAULT_SIZE >> 1);

WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#139: FILE: app/test/test_memarea.c:166:
+	test_memarea_fill_alloced_region(ptr[1], MEMAREA_TEST_DEFAULT_SIZE >> 1);

WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#164: FILE: app/test/test_memarea.c:191:
+	test_memarea_fill_alloced_region(ptr, MEMAREA_TEST_DEFAULT_SIZE >> 1);

WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
#171: FILE: app/test/test_memarea.c:198:
+	test_memarea_fill_alloced_region(ptr, MEMAREA_TEST_DEFAULT_SIZE >> 1);

total: 0 errors, 5 warnings, 164 lines checked


More information about the test-report mailing list