|WARNING| pw125826 [PATCH v3] devtools: add script to check for non inclusive naming

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 6 01:30:38 CEST 2023


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

_coding style issues_


WARNING:TYPO_SPELLING: 'nuber' may be misspelled - perhaps 'number'?
#130: 
  -c, --count           Show the nuber of lines that match

WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'?
#186: FILE: devtools/check-inclusive-naming.py:18:
+dont_scan = [

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

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

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

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

total: 0 errors, 6 warnings, 132 lines checked


More information about the test-report mailing list