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 27EB4459AF for ; Tue, 17 Sep 2024 18:57:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 23DD440280; Tue, 17 Sep 2024 18:57:27 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 17DE640280 for ; Tue, 17 Sep 2024 18:57:26 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 0BA04121D10; Tue, 17 Sep 2024 18:57:26 +0200 (CEST) Subject: |WARNING| pw144131 [PATCH v2] devtools: fix false positive from checkpatch In-Reply-To: <20240917165611.9943-1-stephen@networkplumber.org> References: <20240917165611.9943-1-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20240917165726.0BA04121D10@dpdk.org> Date: Tue, 17 Sep 2024 18:57:26 +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/144131 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #85: The codespell dictionary has "stdio" in its bad word list, WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #86: but stdio.h is often used in DPDK code and creates bogus false WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #117: FILE: devtools/build-dict.sh:24: +sed '/^stdio->/d' | total: 0 errors, 3 warnings, 17 lines checked