|WARNING| pw159660 [PATCH v9] net: optimize raw checksum computation

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jan 8 22:48:43 CET 2026


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

_coding style issues_

Must be a reply to the first patch (--in-reply-to).


WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#214: FILE: app/test/test_cksum_fuzz.c:5:
+#include <stdio.h>
           ^^^^^

WARNING:SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop
#553: FILE: lib/eal/include/rte_common.h:564:
+#define RTE_SUPPRESS_UNINITIALIZED_WARNING(var) do {	\
+	asm volatile("" : "+m" (var));			\
+} while (0)

total: 0 errors, 2 warnings, 402 lines checked


More information about the test-report mailing list