|WARNING| pw133742 [PATCH 2/5] distributor: use abstracted bit count functions

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 2 02:06:25 CET 2023


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#77: 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