|WARNING| pw159662 [PATCH v11] net: optimize raw checksum computation
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jan 9 00:06:18 CET 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/159662
_coding style issues_
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#194: 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
#533: 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, 429 lines checked
More information about the test-report
mailing list