|WARNING| pw133947 [PATCH v2 1/5] distributor: use abstracted bit count functions

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Nov 7 20:11:09 CET 2023


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#80: FILE: lib/distributor/rte_distributor_single.c:255:
+				unsigned worker = rte_ctz64(match);

total: 0 errors, 1 warnings, 8 lines checked


More information about the test-report mailing list