[dpdk-test-report] |WARNING| pw35377 [PATCH v2 2/3] log: add ability to match dynamic log based on shell pattern

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Feb 23 22:19:28 CET 2018


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

_coding style issues_


ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#93: FILE: lib/librte_eal/common/eal_common_options.c:967:
+	if ((level = strchr(str, ','))) {

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#96: FILE: lib/librte_eal/common/eal_common_options.c:970:
+	} else if ((level = strchr(str, ':'))) {

total: 2 errors, 0 warnings, 123 lines checked


More information about the test-report mailing list