[dpdk-test-report] |WARNING| pw50466 [1/3] fbarray: add API to find biggest used or free chunks

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Feb 22 17:14:54 CET 2019


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

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_fbarray *' should also have an identifier name
#42: FILE: lib/librte_eal/common/eal_common_fbarray.c:1171:
+	int (*find_func)(struct rte_fbarray *, unsigned int);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'unsigned int' should also have an identifier name
#42: FILE: lib/librte_eal/common/eal_common_fbarray.c:1171:
+	int (*find_func)(struct rte_fbarray *, unsigned int);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_fbarray *' should also have an identifier name
#43: FILE: lib/librte_eal/common/eal_common_fbarray.c:1172:
+	int (*find_contig_func)(struct rte_fbarray *, unsigned int);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'unsigned int' should also have an identifier name
#43: FILE: lib/librte_eal/common/eal_common_fbarray.c:1172:
+	int (*find_contig_func)(struct rte_fbarray *, unsigned int);

total: 0 errors, 4 warnings, 390 lines checked


More information about the test-report mailing list