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 21518428C4 for ; Thu, 6 Apr 2023 01:30:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1CBD740DF6; Thu, 6 Apr 2023 01:30:40 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D873B40DF6 for ; Thu, 6 Apr 2023 01:30:38 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5CA76121EDE; Thu, 6 Apr 2023 01:30:38 +0200 (CEST) Subject: |WARNING| pw125826 [PATCH v3] devtools: add script to check for non inclusive naming In-Reply-To: <20230405232930.15202-1-stephen@networkplumber.org> References: <20230405232930.15202-1-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20230405233038.5CA76121EDE@dpdk.org> Date: Thu, 6 Apr 2023 01:30:38 +0200 (CEST) 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/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