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 359DD4298A for ; Wed, 19 Apr 2023 17:02:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 31F8840E25; Wed, 19 Apr 2023 17:02:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D2DB440E25 for ; Wed, 19 Apr 2023 17:02:00 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id BE315121EF6; Wed, 19 Apr 2023 17:02:00 +0200 (CEST) Subject: |WARNING| pw126264 [PATCH] devtools: add script to check for non inclusive naming In-Reply-To: <20230419150020.65805-1-stephen@networkplumber.org> References: <20230419150020.65805-1-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20230419150200.BE315121EF6@dpdk.org> Date: Wed, 19 Apr 2023 17:02:00 +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/126264 _coding style issues_ WARNING:TYPO_SPELLING: 'nuber' may be misspelled - perhaps 'number'? #132: -c, --count Show the nuber of lines that match WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'? #189: FILE: devtools/check-inclusive-naming.py:21: +dont_scan = [ WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'? #227: FILE: devtools/check-inclusive-naming.py:59: + default=dont_scan, WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'? #288: FILE: devtools/check-inclusive-naming.py:120: + # convert the dont_scan paths to regexp WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'? #289: FILE: devtools/check-inclusive-naming.py:121: + for path in dont_scan: total: 0 errors, 5 warnings, 144 lines checked