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 AECDC459BF for ; Tue, 17 Sep 2024 17:35:33 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A9FAB41109; Tue, 17 Sep 2024 17:35:33 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 83003402D8 for ; Tue, 17 Sep 2024 17:35:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 74D1A121D10; Tue, 17 Sep 2024 17:35:32 +0200 (CEST) Subject: |WARNING| pw144130 [PATCH] devtools: fix false positive from checkpatch In-Reply-To: <20240917153421.6552-1-stephen@networkplumber.org> References: <20240917153421.6552-1-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20240917153532.74D1A121D10@dpdk.org> Date: Tue, 17 Sep 2024 17:35:32 +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/144130 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #83: The codespell dictionary has "stdio" in its bad word list, WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #84: but stdio.h is often used in DPDK code and creates bogus false WARNING:TYPO_SPELLING: 'postitives' may be misspelled - perhaps 'positives'? #85: postitives from checkpatch. WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #115: FILE: devtools/build-dict.sh:24: +sed '/stdio->/d' | total: 0 errors, 4 warnings, 17 lines checked