|WARNING| pw133954 [PATCH v3 1/7] distributor: use abstracted bit count functions

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Nov 8 00:40:18 CET 2023


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

_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