|WARNING| pw133633 [PATCH v5] devtools: add script to check for non inclusive naming

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 30 23:19:48 CET 2023


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#83: 
Script to find words that should not be used. Really just a wrapper around git grep command.

WARNING:TYPO_SPELLING: 'nuber' may be misspelled - perhaps 'number'?
#133: 
  -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:20:
+dont_scan = [

WARNING:TYPO_SPELLING: 'nuber' may be misspelled - perhaps 'number'?
#203: FILE: devtools/check-inclusive-naming.py:34:
+                        help="Show the nuber of lines that match",

WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'?
#223: FILE: devtools/check-inclusive-naming.py:54:
+                        default=dont_scan,

WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'?
#282: FILE: devtools/check-inclusive-naming.py:113:
+    # convert the dont_scan paths to regexp

WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'?
#283: FILE: devtools/check-inclusive-naming.py:114:
+    for path in dont_scan:

total: 0 errors, 7 warnings, 134 lines checked


More information about the test-report mailing list