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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Feb 23 21:57:45 CET 2018


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

_coding style issues_


WARNING:TYPO_SPELLING: 'seperator' may be misspelled - perhaps 'separator'?
#16: 
pattern like dynamic log levels. And the seperator for dynamic

WARNING:TYPO_SPELLING: 'seperate' may be misspelled - perhaps 'separate'?
#21: 
use colon to seperate pattern match style arguments. For

WARNING:TYPO_SPELLING: 'exmaple' may be misspelled - perhaps 'example'?
#22: 
exmaple:

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, 3 warnings, 123 lines checked


More information about the test-report mailing list