|WARNING| pw164358 [RFC 2/3] lib: add fastmem library

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 25 12:37:56 CEST 2026


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

_coding style issues_


WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#186: FILE: lib/fastmem/rte_fastmem.c:9:
+#include <stdio.h>
           ^^^^^

WARNING:BRACES: braces {} are not necessary for single statement blocks
#1115: FILE: lib/fastmem/rte_fastmem.c:938:
+				if (filled > 0) {
+					cache->alloc_cache_misses += RTE_MIN(filled, need);
+				}

total: 0 errors, 2 warnings, 2157 lines checked
Please use __rte_aligned only for struct or union types alignment.
Please use __rte_cache_aligned only for struct or union types alignment.


More information about the test-report mailing list