[dpdk-test-report] |WARNING| pw38858 [PATCH v3 4/5] log: add ability to match dynamic log based on shell pattern

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 25 05:18:58 CEST 2018


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

_coding style issues_


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

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

total: 2 errors, 0 warnings, 263 lines checked


More information about the test-report mailing list