|WARNING| pw159659 [PATCH v8] net: optimize raw checksum computation
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Jan 8 22:28:30 CET 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/159659
_coding style issues_
Must be a reply to the first patch (--in-reply-to).
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#212: 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
#551: 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