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 28712A0C41 for ; Wed, 1 Dec 2021 15:51:06 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 14DCE41C3C; Wed, 1 Dec 2021 15:51:06 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0E2864068C for ; Wed, 1 Dec 2021 15:51:05 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id DC46F122DB3; Wed, 1 Dec 2021 15:51:04 +0100 (CET) Subject: |WARNING| pw104792 [PATCH v3] devtools: spell check In-Reply-To: <20211201144743.30560-1-hnadeau@iol.unh.edu> References: <20211201144743.30560-1-hnadeau@iol.unh.edu> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Henry Nadeau Message-Id: <20211201145104.DC46F122DB3@dpdk.org> Date: Wed, 1 Dec 2021 15:51:04 +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/104792 _coding style issues_ WARNING:LONG_LINE_COMMENT: line length of 162 exceeds 100 columns #115: FILE: devtools/spell_check.sh:18: + echo "$3" | sed "$2" | aspell --lang=en --encoding=utf-8 --ignore-case --ignore=3 --ignore-repl list --personal="$1""/devtools/spell_check_dictionary.txt" WARNING:LONG_LINE_COMMENT: line length of 102 exceeds 100 columns #172: FILE: devtools/spell_check.sh:75: + if [[ ($line =~ ^\+\+\+) && ($line =~ .rst$)]]; then # if line is a file and rst echo and reset flag WARNING:LONG_LINE_COMMENT: line length of 106 exceeds 100 columns #182: FILE: devtools/spell_check.sh:85: + if [[ ($non_doc = 0 ) && (! $line =~ ^\+\+\+)]]; then # only when non_doc isn't set & line is not a file WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'? #1126: FILE: devtools/spell_check_dictionary.txt:908: +dont ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 4 warnings, 2277 lines checked