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

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 26 10:58:54 CEST 2026


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

_coding style issues_


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

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

total: 0 errors, 2 warnings, 2495 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