|WARNING| pw104253 [PATCH] devtools: spell check
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Nov 12 18:03:26 CET 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/104253
_coding style issues_
ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit fatal: bad o ("f5cd3ed72b94505a7")'
#74:
[ upstream commit d4fb4eb08725a3e667042c1f5cd3ed72b94505a7 ]
WARNING:TYPO_SPELLING: 'exeptions' may be misspelled - perhaps 'exceptions'?
#79:
for word exeptions, and the regex file will exclude any regex patterns
WARNING:LONG_LINE_COMMENT: line length of 110 exceeds 100 columns
#123: FILE: devtools/spell_check.sh:26:
+ echo "-b Specify a different branch to be checked for changes against."
WARNING:LONG_LINE_COMMENT: line length of 101 exceeds 100 columns
#124: FILE: devtools/spell_check.sh:27:
+ echo "-d Specify a different dictionary to be used by aspell."
WARNING:LONG_LINE_COMMENT: line length of 108 exceeds 100 columns
#222: FILE: devtools/spell_check.sh:125:
+# Checking if separate dictionary was supplied, if not defaults to spell_check_dictionary.txt in current dir
WARNING:LONG_LINE_COMMENT: line length of 125 exceeds 100 columns
#234: FILE: devtools/spell_check.sh:137:
+ aspell --lang=en --encoding=utf-8 --ignore-case --ignore-repl pipe list -d en --ignore=3 --personal="$dictionary" |
WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#269: FILE: devtools/spell_check.sh:172:
+ # run the spellcheck function over each file in parallel, appending misspellings to the output file
WARNING:LONG_LINE: line length of 110 exceeds 100 columns
#270: FILE: devtools/spell_check.sh:173:
+ parallel -j "$(nproc)" spellcheck_file {} "$allowed_words" "$dpdk_dir" "$regex_pattern" >> "$output"
WARNING:LONG_LINE: line length of 134 exceeds 100 columns
#272: FILE: devtools/spell_check.sh:175:
+ find . -name "*.rst" -type f | parallel -j "$(nproc)" spellcheck_file {} "$allowed_words" "$dpdk_dir" "$regex_pattern" >>"$output"
ERROR:TRAILING_WHITESPACE: trailing whitespace
#293: FILE: devtools/spell_check_dictionary.txt:1:
+personal_ws-1.1 en 2156 $
WARNING:TYPO_SPELLING: 'dettach' may be misspelled - perhaps 'detach'?
#1168: FILE: devtools/spell_check_dictionary.txt:876:
+dettach
WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'?
#1201: FILE: devtools/spell_check_dictionary.txt:909:
+dont
WARNING:TYPO_SPELLING: 'frequences' may be misspelled - perhaps 'frequencies'?
#1342: FILE: devtools/spell_check_dictionary.txt:1050:
+frequences
WARNING:TYPO_SPELLING: 'preemptable' may be misspelled - perhaps 'preemptible'?
#1905: FILE: devtools/spell_check_dictionary.txt:1613:
+preemptable
total: 2 errors, 12 warnings, 2348 lines checked
More information about the test-report
mailing list