From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3BFB4A034F for ; Fri, 12 Nov 2021 18:03:28 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E3A0410E3; Fri, 12 Nov 2021 18:03:28 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 15FBE40692 for ; Fri, 12 Nov 2021 18:03:27 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id EF610120735; Fri, 12 Nov 2021 18:03:26 +0100 (CET) Subject: |WARNING| pw104253 [PATCH] devtools: spell check In-Reply-To: <20211112170127.112401-1-hnadeau@iol.unh.edu> References: <20211112170127.112401-1-hnadeau@iol.unh.edu> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Henry Nadeau Message-Id: <20211112170326.EF610120735@dpdk.org> Date: Fri, 12 Nov 2021 18:03:26 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org 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> ("")' - 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