|WARNING| pw126264 [PATCH] devtools: add script to check for non inclusive naming
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Apr 19 17:02:00 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/126264
_coding style issues_
WARNING:TYPO_SPELLING: 'nuber' may be misspelled - perhaps 'number'?
#132:
-c, --count Show the nuber of lines that match
WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'?
#189: FILE: devtools/check-inclusive-naming.py:21:
+dont_scan = [
WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'?
#227: FILE: devtools/check-inclusive-naming.py:59:
+ default=dont_scan,
WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'?
#288: FILE: devtools/check-inclusive-naming.py:120:
+ # convert the dont_scan paths to regexp
WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'?
#289: FILE: devtools/check-inclusive-naming.py:121:
+ for path in dont_scan:
total: 0 errors, 5 warnings, 144 lines checked
More information about the test-report
mailing list